Added -hide-rr-moved to the list of ignored -as mkisofs options
This commit is contained in:
parent
62efabfa62
commit
48013a9d2a
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.03.05.145346"
|
||||
#define Xorriso_timestamP "2012.03.05.204946"
|
||||
|
Loading…
Reference in New Issue
Block a user