Changeset 26981 for trunk/ippTools/src/pxtools.c
- Timestamp:
- Feb 17, 2010, 4:40:03 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtools.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtools.c
r25928 r26981 120 120 PXOPT_LOOKUP_STR(where_state, config->args, "-state", false, false); 121 121 if (where_state && (psListLength(where->list) < 2)) { 122 psError(PXTOOLS_ERR_ DATA, true, "selection by -state alone is not allowed");122 psError(PXTOOLS_ERR_CONFIG, true, "selection by -state alone is not allowed"); 123 123 return false; 124 124 } … … 136 136 137 137 if ((!state) && (!label) && (!data_group) && (has_dist_group && !dist_group) && !(note)) { 138 psError(PXTOOLS_ERR_ DATA, false, "parameters are required");138 psError(PXTOOLS_ERR_CONFIG, false, "parameters are required"); 139 139 return false; 140 140 } 141 141 142 142 if (state && ! pxIsValidState(state)) { 143 psError(PXTOOLS_ERR_ DATA, false, "pxIsValidState failed");143 psError(PXTOOLS_ERR_CONFIG, false, "pxIsValidState failed"); 144 144 return false; 145 145 }
Note:
See TracChangeset
for help on using the changeset viewer.
