Changeset 29198
- Timestamp:
- Sep 22, 2010, 2:01:36 PM (16 years ago)
- Location:
- trunk/ippToPsps/src
- Files:
-
- 2 edited
-
ippToPsps.c (modified) (1 diff)
-
ippToPspsBatchDetection.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) { -
trunk/ippToPsps/src/ippToPspsBatchDetection.c
r29080 r29198 34 34 */ 35 35 int ippToPsps_batchDetection(IppToPsps *this) { 36 37 if (this->numOfInputFiles < 1) return PS_EXIT_DATA_ERROR;38 36 39 37 int status = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
