Handle reallocation of directories.

This commit is contained in:
Vreixo Formoso
2007-12-23 17:11:32 +01:00
parent ca1385cce1
commit 041858360a
5 changed files with 154 additions and 3 deletions

View File

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