Changeset 30907 for trunk/ippTools/src/camtool.c
- Timestamp:
- Mar 15, 2011, 9:06:58 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r30729 r30907 983 983 984 984 PXOPT_LOOKUP_S16(fault, config->args, "-fault", true, false); 985 PXOPT_LOOKUP_S16(quality, config->args, "-set_quality", false, false); 985 986 986 987 psMetadata *where = psMetadataAlloc(); … … 990 991 PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "=="); 991 992 992 if (!pxSetFaultCode(config->dbh, "camProcessedExp", where, fault )) {993 if (!pxSetFaultCode(config->dbh, "camProcessedExp", where, fault, quality)) { 993 994 psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag"); 994 995 psFree (where);
Note:
See TracChangeset
for help on using the changeset viewer.
