Fixed issue where using joliet without Rockridge would create broken iso

This commit is contained in:
Mario Danic
2006-09-20 08:44:46 +00:00
parent 8ee6839513
commit 496e027f89
3 changed files with 33 additions and 0 deletions

View File

@ -319,6 +319,8 @@ ecma119_target_new(struct iso_volset *volset,
if (t->joliet)
joliet_calc_dir_pos(t, t->joliet_root);
calc_file_pos(t, t->root);
if (t->joliet)
joliet_update_file_pos (t, t->joliet_root);
if (t->rockridge) {
susp_finalize(t, t->root);