Changeset 30548
- Timestamp:
- Feb 9, 2011, 4:11:45 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magicdstool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magicdstool.c
r30544 r30548 1757 1757 // we do not update components with the magic fault value. They are non-updateable 1758 1758 // (But can be recovered with "magicdstool -revertdestreakedfile -fault 26" (PXTOOL_DO_NOT_REVERT_FAULT) 1759 psStringAppend(&query, " AND ( fault != %d)", PXTOOL_DO_NOT_REVERT_FAULT);1759 psStringAppend(&query, " AND (magicDSFile.fault != %d)", PXTOOL_DO_NOT_REVERT_FAULT); 1760 1760 1761 1761 if (!p_psDBRunQueryF(config->dbh, query, setHook, magic_ds_id)) {
Note:
See TracChangeset
for help on using the changeset viewer.
