Added -hide-rr-moved to the list of ignored -as mkisofs options

This commit is contained in:
Thomas Schmitt 2012-03-05 20:49:26 +00:00
parent 43a4695b6a
commit fa1ce420a8
2 changed files with 3 additions and 3 deletions

View File

@ -651,7 +651,7 @@ int Xorriso_genisofs_ignore(struct XorrisO *xorriso, char *whom,
static char ignored_arg0_options[][41]= {
"-allow-leading-dots", "-ldots", "-allow-multidot",
"-cache-inodes", "-no-cache-inodes", "-check-oldnames", "-D",
"-disable-deep-relocation",
"-disable-deep-relocation", "-hide-rr-moved",
"-L", "-nobak",
"-no-bak", "-force-rr", "-relaxed-filenames", "-T",
"-no-iso-translate",
@ -1967,7 +1967,7 @@ ex:;
if(was_path && (!do_print_size) && !old_root[0])
Xorriso_pacifier_callback(xorriso, "files added", xorriso->pacifier_count,
xorriso->pacifier_total, "", 1);
if(do_print_size && xorriso->volset_change_pending == 1)
if(do_print_size && Xorriso_change_is_pending(xorriso, 1))
xorriso->volset_change_pending= 2;
if(weight_list != NULL)
free(weight_list);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.03.05.145346"
#define Xorriso_timestamP "2012.03.05.204946"