Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid
This commit is contained in:
parent
601b123b78
commit
a2f356e431
@ -932,7 +932,7 @@ not_enough_args:;
|
||||
if(i+1>=argc)
|
||||
goto not_enough_args;
|
||||
i++;
|
||||
ret= Xorriso_option_volid(xorriso, argv[i], 0);
|
||||
ret= Xorriso_option_volset_id(xorriso, argv[i], 0);
|
||||
if(ret<=0)
|
||||
goto problem_handler_2;
|
||||
} else if(strcmp(argv[i], "-P")==0 || strcmp(argv[i], "-publisher")==0) {
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.06.16.140253"
|
||||
#define Xorriso_timestamP "2010.06.18.053105"
|
||||
|
Loading…
Reference in New Issue
Block a user