Bug fix: -as mkisofs option -volset was wrongly interpreted like -volid

This commit is contained in:
Thomas Schmitt 2010-06-18 05:32:05 +00:00
parent 21b484f644
commit b20313f6a0
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.06.16.140253"
#define Xorriso_timestamP "2010.06.18.053105"