Removed a surplus code snippet that was committed by rev 5312
This commit is contained in:
parent
134f8c6960
commit
b226b132f3
@ -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:;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2014.04.16.144146"
|
||||
#define Xorriso_timestamP "2014.04.16.144623"
|
||||
|
Loading…
Reference in New Issue
Block a user