Removed a surplus code snippet that was committed by rev 5312
This commit is contained in:
parent
f5d7552c22
commit
696df54d6a
@ -937,13 +937,6 @@ not_enough_arguments:;
|
|||||||
argv[i], 0);
|
argv[i], 0);
|
||||||
if(ret <= 0)
|
if(ret <= 0)
|
||||||
goto ex;
|
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) {
|
} else if(strcmp(argv[i], "-exec")==0) {
|
||||||
if(i+1>=end_idx) {
|
if(i+1>=end_idx) {
|
||||||
not_enough_exec_arguments:;
|
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