Changeset 14091 for trunk/ippTools/src/pxinject.c
- Timestamp:
- Jul 9, 2007, 3:17:14 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxinject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxinject.c
r14037 r14091 115 115 if (!workdir) { 116 116 psError(PS_ERR_UNKNOWN, true, "-workdir is required"); 117 return false; 118 } 119 120 psString reduction = psMetadataLookupStr(&status, config->args, "-reduction"); 121 if (!status) { 122 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -reduction"); 123 return false; 124 } 125 if (!reduction) { 126 psError(PS_ERR_UNKNOWN, true, "-reduction is required"); 117 127 return false; 118 128 } … … 125 135 "reg", // state 126 136 workdir, 127 "dirty" 137 "dirty", 138 reduction 128 139 ) 129 140 ) {
Note:
See TracChangeset
for help on using the changeset viewer.
