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

This commit is contained in:
2010-06-18 05:32:05 +00:00
parent 601b123b78
commit a2f356e431
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) {