Minor changes.

This commit is contained in:
Vreixo Formoso
2007-12-23 02:58:54 +01:00
parent 6154fb1f0a
commit 002a832ac3
3 changed files with 5 additions and 3 deletions

View File

@ -630,7 +630,7 @@ int ecma119_image_new(IsoImage *src, Ecma119WriteOpts *opts,
iso_image_ref(src);
target->iso_level = opts->level;
target->omit_version_numbers = 0; //TODO
target->omit_version_numbers = opts->omit_version_numbers;
target->sort_files = opts->sort_files;
target->now = time(NULL);