Avoided surplus warning messages with -iso_rr_pattern off -mv [wildcards]

This commit is contained in:
Thomas Schmitt 2012-11-26 15:51:04 +00:00
parent 8e7a9dc760
commit 6390d53f15
2 changed files with 3 additions and 3 deletions

View File

@ -334,12 +334,12 @@ int Xorriso_cpmv_args(struct XorrisO *xorriso, char *cmd,
} }
ret= Xorriso_opt_args(xorriso, cmd, argc, argv, *idx, &end_idx, optc, optv, ret= Xorriso_opt_args(xorriso, cmd, argc, argv, *idx, &end_idx, optc, optv,
(flag&2)|16); /* ignore last argument */ 1 | (flag&2) | 16); /* ignore last argument */
if(ret<=0) if(ret<=0)
goto ex; goto ex;
/* demand one match, or 0 with a constant */ /* demand one match, or 0 with a constant */
ret= Xorriso_opt_args(xorriso, cmd, argc, argv, end_idx, &end_idx, &destc, ret= Xorriso_opt_args(xorriso, cmd, argc, argv, end_idx, &end_idx, &destc,
&destv, ((flag&4)>>1) | 32 | 64); &destv, 1 | ((flag&4)>>1) | 32 | 64);
if(ret<=0) if(ret<=0)
goto ex; goto ex;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.11.26.070212" #define Xorriso_timestamP "2012.11.26.154951"