Ignoring -as mkisofs options -gui and -sort
This commit is contained in:
parent
a028b56142
commit
d8d11b92c8
@ -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;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2013.05.13.123951"
|
||||
#define Xorriso_timestamP "2013.05.16.070643"
|
||||
|
Loading…
Reference in New Issue
Block a user