- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
magicdstool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ippTools/src
- Property svn:ignore
-
old new 7 7 Makefile.in 8 8 addtool 9 mergetool 9 10 caltool 10 11 camtool
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/eam_branches/ipp-20111122/ippTools/src/magicdstool.c
r32668 r33638 779 779 case IPP_STAGE_CAMERA: 780 780 query = NULL; 781 clearRunQuery = "UPDATE c hipBackgroundRun SET magicked = 0 where chip_bg_id = %" PRId64;781 clearRunQuery = "UPDATE camRun SET magicked = 0 where cam_id = %" PRId64; 782 782 break; 783 783 case IPP_STAGE_WARP: … … 1242 1242 } else if (!strcmp(state, "failed_cleanup")) { 1243 1243 new_state = "goto_cleaned"; 1244 } else if (!strcmp(state, "failed_restore")) { 1245 new_state = "goto_restored"; 1244 1246 } else { 1245 1247 psError(PS_ERR_UNKNOWN, true, "unexpected value for state: %s", state); … … 1410 1412 (strcmp(state, "drop") == 0) || 1411 1413 (strcmp(state, "wait") == 0) || 1414 (strcmp(state, "failed_restore") == 0) || 1412 1415 (strcmp(state, "failed_revert") == 0) || 1413 1416 (strcmp(state, "failed_revert_ud") == 0) ||
Note:
See TracChangeset
for help on using the changeset viewer.
