Changeset 24152 for branches/pap_magic/ippTools/src/magictool.c
- Timestamp:
- May 12, 2009, 5:54:42 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_magic/ippTools/src/magictool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippTools/src/magictool.c
r24149 r24152 590 590 PXOPT_COPY_S16(config->args, where, "-fault", "fault", "=="); 591 591 592 psString query = psStringCopy("UPDATE magicRun SET fault = 0, state = ' run' WHERE fault != 0");592 psString query = psStringCopy("UPDATE magicRun SET fault = 0, state = 'new' WHERE fault != 0"); 593 593 594 594 if (psListLength(where->list)) {
Note:
See TracChangeset
for help on using the changeset viewer.
