Corrected a bug that prevented -as mkisofs option -output
This commit is contained in:
parent
69ecbdf021
commit
2e55176c72
@ -1254,7 +1254,7 @@ not_enough_args:;
|
||||
xorriso->padding= 0;
|
||||
} else if(strcmp(argv[i], "-print-size")==0) {
|
||||
do_print_size= 1;
|
||||
} else if(strcmp(argv[i], "-o")==0) {
|
||||
} else if(strcmp(argv[i], "-o")==0 || strcmp(argv[i], "-output") == 0) {
|
||||
i++;
|
||||
/* was already handled in first argument scan */;
|
||||
} else if(strcmp(argv[i], "-M")==0 || strcmp(argv[i], "-dev")==0 ||
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.02.22.073504"
|
||||
#define Xorriso_timestamP "2011.02.22.073641"
|
||||
|
Loading…
Reference in New Issue
Block a user