Changeset 36437 for branches/bills_branches/bills_201312/ippTools/src
- Timestamp:
- Jan 14, 2014, 1:05:35 PM (13 years ago)
- Location:
- branches/bills_branches/bills_201312/ippTools/src
- Files:
-
- 2 edited
-
chiptool.c (modified) (2 diffs)
-
regtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/bills_branches/bills_201312/ippTools/src/chiptool.c
r35789 r36437 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" -
branches/bills_branches/bills_201312/ippTools/src/regtool.c
r34081 r36437 310 310 } 311 311 312 313 // CZW: 2013-12-11 A bad exposure caused this code to fail to return any rows. 314 // I don't clearly see any logic flaws, and so I fixed the issue by 315 // retricting dateobs_begin to exclude this exposure. Problem for 316 // another day. 312 317 static bool pendingburntoolimfileMode(pxConfig *config) 313 318 {
Note:
See TracChangeset
for help on using the changeset viewer.
