Changeset 29198 for trunk/ippToPsps/src/ippToPsps.c
- Timestamp:
- Sep 22, 2010, 2:01:36 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPsps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPsps.c
r29184 r29198 210 210 // Runs the requested process 211 211 static int ippToPsps_run(IppToPsps *this) { 212 213 // any files? 214 if (this->batchType == BATCH_DETECTION || 215 this->batchType == BATCH_STACK || 216 this->batchType == BATCH_DIFFERENCE ) { 217 218 if (this->numOfInputFiles < 1) this->exitCode = PS_EXIT_DATA_ERROR; 219 psError(PS_ERR_UNKNOWN, false, "No input files for this batch"); 220 221 } 212 222 213 223 if(this->exitCode == PS_EXIT_SUCCESS) {
Note:
See TracChangeset
for help on using the changeset viewer.
