Changeset 30907 for trunk/ippTools/src/regtool.c
- Timestamp:
- Mar 15, 2011, 9:06:58 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r30652 r30907 894 894 if (fault != INT16_MAX) { 895 895 // this is fairly dangerous : can set all if the where is not set... 896 if (!pxSetFaultCode(config->dbh, "rawImfile", where, fault )) {896 if (!pxSetFaultCode(config->dbh, "rawImfile", where, fault, 0)) { 897 897 psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag"); 898 898 psFree (where); … … 1608 1608 PXOPT_LOOKUP_S16(fault, config->args, "-fault", true, false); 1609 1609 1610 if (!pxSetFaultCode(config->dbh, "rawExp", where, fault )) {1610 if (!pxSetFaultCode(config->dbh, "rawExp", where, fault, 0)) { 1611 1611 psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag"); 1612 1612 psFree(where);
Note:
See TracChangeset
for help on using the changeset viewer.
