Fixed false error with -as mkisofs option -hfsplus. Introduced by rev 4750.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user