Fixed a bug with recognition of -find test -or_use_pattern
This commit is contained in:
parent
3bad927c0e
commit
d00e3d9d9d
@ -933,7 +933,7 @@ not_enough_arguments:;
|
||||
goto not_enough_arguments;
|
||||
i++;
|
||||
ret= Findjob_set_arg1(job,
|
||||
22 + (strcmp(argv[i], "-or_use_pattern") == 0),
|
||||
22 + (strcmp(argv[i - 1], "-or_use_pattern") == 0),
|
||||
argv[i], 0);
|
||||
if(ret <= 0)
|
||||
goto ex;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2014.05.02.090851"
|
||||
#define Xorriso_timestamP "2014.05.03.080034"
|
||||
|
Loading…
Reference in New Issue
Block a user