Changeset 28003 for branches/pap/ippTools/src/magicdstool.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/magicdstool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/src/magicdstool.c
r27519 r28003 572 572 // we can transition by query as well 573 573 574 575 574 psMetadata *where = psMetadataAlloc(); 576 575 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); … … 1234 1233 psFree(whereClause); 1235 1234 } else { 1236 psError(PS_ERR_UNKNOWN, true, "search arugments are required"); 1237 return false; 1235 psError(PS_ERR_UNKNOWN, true, "search arguments are required"); 1236 return false; 1237 } 1238 1239 if (!strcmp(state, "goto_cleaned")) { 1240 // Don't set state back to goto_cleaned if it is already cleaned 1241 psStringAppend(&query, " AND (magicDSRun.state != 'cleaned')"); 1242 1243 // don't clean up magicDSRun's where stage is camera 1244 psStringAppend(&query, " AND (magicDSRun.stage != 'camera')"); 1238 1245 } 1239 1246
Note:
See TracChangeset
for help on using the changeset viewer.
