Fixed false error with -as mkisofs option -hfsplus. Introduced by rev 4750.
This commit is contained in:
parent
7f72530f68
commit
df26010057
@ -1522,6 +1522,8 @@ illegal_c:;
|
||||
if(argv[i] != argpt)
|
||||
delay_opt_list[delay_opt_count - 1]|= 1<<31;
|
||||
i+= arg_count;
|
||||
} else if(strcmp(argpt, "-hfsplus") == 0) {
|
||||
/* was already handled in first argument scan */;
|
||||
} else if(strcmp(argpt, "-hfsplus-serial-no") == 0) {
|
||||
if(i+1>=argc)
|
||||
goto not_enough_args;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.06.08.071018"
|
||||
#define Xorriso_timestamP "2012.06.10.083050"
|
||||
|
Loading…
Reference in New Issue
Block a user