Changeset 30907 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Mar 15, 2011, 9:06:58 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r30729 r30907 963 963 if (!state) { 964 964 PXOPT_LOOKUP_S16(fault, config->args, "-fault", true, false); 965 966 if (!pxSetFaultCode(config->dbh, "chipProcessedImfile", where, fault)) { 965 PXOPT_LOOKUP_S16(quality, config->args, "-set_quality", false, false); 966 967 if (!pxSetFaultCode(config->dbh, "chipProcessedImfile", where, fault, quality)) { 967 968 psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag"); 968 969 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
