Changeset 24135 for branches/pap_magic/ippTools/src/difftool.c
- Timestamp:
- May 11, 2009, 1:00:39 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_magic/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippTools/src/difftool.c
r24120 r24135 955 955 PXOPT_LOOKUP_BOOL(reRun, config->args, "-rerun", false); 956 956 PXOPT_LOOKUP_BOOL(available, config->args, "-available", false); 957 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); 957 958 958 959 // find all things to queue … … 1049 1050 return false; 1050 1051 } 1052 return true; 1053 } 1054 1055 if (pretend) { 1056 // negative simple so the default is true 1057 if (!ippdbPrintMetadatas(stdout, output, "diffRun", !simple)) { 1058 psError(PS_ERR_UNKNOWN, false, "failed to print array"); 1059 psFree(output); 1060 return false; 1061 } 1062 psFree(output); 1051 1063 return true; 1052 1064 }
Note:
See TracChangeset
for help on using the changeset viewer.
