Ignoring -as mkisofs options -gui and -sort

This commit is contained in:
Thomas Schmitt 2013-05-16 07:07:10 +00:00
parent 2bbcb07c00
commit f3c2f12521
2 changed files with 3 additions and 3 deletions

View File

@ -676,12 +676,12 @@ int Xorriso_genisofs_ignore(struct XorrisO *xorriso, char *whom,
"-L", "-no-bak", "-no-cache-inodes",
"-no-split-symlink-components", "-no-split-symlink-fields", "-nobak",
"-force-rr", "-T",
"-no-iso-translate",
"-no-iso-translate", "-gui",
""
};
static char ignored_arg1_options[][41]= {
"-check-session", "-hide-hfs", "-hide-hfs-list",
"-table-name", "-volset-seqno", "-volset-size",
"-table-name", "-volset-seqno", "-volset-size", "-sort",
""
};
int k;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2013.05.13.123951"
#define Xorriso_timestamP "2013.05.16.070643"