Changeset 30907 for trunk/ippTools/src/difftool.c
- Timestamp:
- Mar 15, 2011, 9:06:58 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r30729 r30907 2681 2681 2682 2682 PXOPT_LOOKUP_S16(fault, config->args, "-fault", true, false); 2683 PXOPT_LOOKUP_S16(quality, config->args, "-set_quality", false, false); 2683 2684 2684 2685 psMetadata *where = psMetadataAlloc(); … … 2686 2687 PXOPT_COPY_STR(config->args, where, "-skycell_id", "skycell_id", "=="); 2687 2688 2688 if (!pxSetFaultCode(config->dbh, "diffSkyfile", where, fault )) {2689 if (!pxSetFaultCode(config->dbh, "diffSkyfile", where, fault, quality)) { 2689 2690 psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag"); 2690 2691 psFree (where);
Note:
See TracChangeset
for help on using the changeset viewer.
