Fixed false error with -as mkisofs option -hfsplus. Introduced by rev 4750.

This commit is contained in:
Thomas Schmitt 2012-06-10 08:29:57 +00:00
parent f8f39c322f
commit 8813a85304
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.06.08.071018"
#define Xorriso_timestamP "2012.06.10.083050"