Removed a surplus code snippet that was committed by rev 5312

This commit is contained in:
Thomas Schmitt 2014-04-16 14:46:55 +00:00
parent 134f8c6960
commit b226b132f3
2 changed files with 1 additions and 8 deletions

View File

@ -937,13 +937,6 @@ not_enough_arguments:;
argv[i], 0);
if(ret <= 0)
goto ex;
} else if(strcmp(argv[i], "-or_use_pattern") == 0) {
if(i + 1 >= end_idx)
goto not_enough_arguments;
i++;
ret= Findjob_set_arg1(job, 23, argv[i], 1);
if(ret <= 0)
goto ex;
} else if(strcmp(argv[i], "-exec")==0) {
if(i+1>=end_idx) {
not_enough_exec_arguments:;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.04.16.144146"
#define Xorriso_timestamP "2014.04.16.144623"