Changeset 14132
- Timestamp:
- Jul 10, 2007, 4:49:42 PM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
pxinject.c (modified) (1 diff)
-
pxinjectConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxinject.c
r14091 r14132 121 121 if (!status) { 122 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");127 123 return false; 128 124 } -
trunk/ippTools/src/pxinjectConfig.c
r14091 r14132 54 54 "define workdir (required)", 0); 55 55 psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-reduction", 0, 56 "define reduction class (required)", 0);56 "define reduction class", NULL); 57 57 psMetadataAddBool(newExpArgs, PS_LIST_TAIL, "-simple", 0, 58 58 "use the simple output format", false);
Note:
See TracChangeset
for help on using the changeset viewer.
