Changeset 36431 for trunk/ippTools/src
- Timestamp:
- Jan 8, 2014, 12:21:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r35789 r36431 1255 1255 1256 1256 psMetadata *where = psMetadataAlloc(); 1257 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1257 pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "=="); 1258 1258 1259 1259 psString query = pxDataGet("chiptool_pendingcleanuprun.sql"); … … 1269 1269 } 1270 1270 psFree(where); 1271 1272 psStringAppend(&query, "\nORDER BY priority DESC, chip_id"); 1271 1273 1272 1274 // treat limit == 0 as "no limit"
Note:
See TracChangeset
for help on using the changeset viewer.
