Changeset 28339 for trunk/ippTools/src
- Timestamp:
- Jun 15, 2010, 1:57:07 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r28274 r28339 292 292 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); 293 293 294 psString query = pxDataGet("camtool_ find_pendingexp.sql");294 psString query = pxDataGet("camtool_pendingexp.sql"); 295 295 if (!query) { 296 296 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement"); … … 305 305 } 306 306 psFree(where); 307 308 psStringAppend(&query, "\nORDER BY priority DESC, cam_id"); 307 309 308 310 // treat limit == 0 as "no limit" … … 531 533 PXOPT_COPY_S64(config->args, where, "-cam_id", "camRun.cam_id", "=="); 532 534 533 psString query = pxDataGet("camtool_ find_pendingexp.sql");535 psString query = pxDataGet("camtool_addprocessedexp.sql"); 534 536 if (!query) { 535 537 psError(PXTOOLS_ERR_SYS, false, "failed to retreive SQL statement");
Note:
See TracChangeset
for help on using the changeset viewer.
