- Timestamp:
- Mar 30, 2011, 9:36:02 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippTools/src
- Property svn:mergeinfo changed
/trunk/ippTools/src merged: 30854,30877,30906-30907,30912,30927,30945,31038,31045,31047,31051,31058
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110213/ippTools/src/camtool.c
r30812 r31083 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.
