Changeset 19301
- Timestamp:
- Aug 31, 2008, 9:47:25 AM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 3 edited
-
camtool.c (modified) (1 diff)
-
difftool.c (modified) (2 diffs)
-
stacktool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r19182 r19301 500 500 } 501 501 502 // since there is only one exp per ' run' set camRun.state = 'stop'502 // since there is only one exp per 'new' set camRun.state = 'full' 503 503 if (!pxcamRunSetState(config, row->cam_id, "full")) { 504 504 psError(PS_ERR_UNKNOWN, false, "failed to change camRun.state for cam_id: %" PRId64, row->cam_id); -
trunk/ippTools/src/difftool.c
r19092 r19301 612 612 int num; // Number affected 613 613 614 // Update state to ' run'614 // Update state to 'new' 615 615 { 616 616 psString query = pxDataGet("difftool_revertdiffskyfile_update.sql"); … … 810 810 } 811 811 812 char *query = "UPDATE diffRun SET state = ' run' WHERE diff_id = '%" PRId64 "'";812 char *query = "UPDATE diffRun SET state = 'new' WHERE diff_id = '%" PRId64 "'"; 813 813 if (!p_psDBRunQuery(config->dbh, query, run->diff_id)) { 814 814 if (!psDBRollback(config->dbh)) { -
trunk/ippTools/src/stacktool.c
r19276 r19301 818 818 int numStacks; // Number of stacks affected 819 819 820 // Update state to ' run'820 // Update state to 'new' 821 821 { 822 822 psString update = pxDataGet("stacktool_revertsumskyfile_update.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
