Introduced mangling of HFS+ names for case-insensitive uniqueness.

This commit is contained in:
2012-06-30 21:48:42 +02:00
parent 2d441cca5d
commit 2c88e74798
6 changed files with 461 additions and 13 deletions

View File

@ -1924,6 +1924,7 @@ int ecma119_image_new(IsoImage *src, IsoWriteOpts *opts, Ecma119Image **img)
target->hfsp_block_size = opts->hfsp_block_size;
target->hfsp_cat_node_size = 0;
target->hfsp_iso_block_fac = 0;
target->hfsp_collision_count = 0;
target->apm_req_count = 0;
target->apm_req_flags = 0;
for (i = 0; i < ISO_APM_ENTRIES_MAX; i++)