Changeset 30907 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Mar 15, 2011, 9:06:58 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r30729 r30907 1660 1660 1661 1661 PXOPT_LOOKUP_S16(fault, config->args, "-fault", true, false); 1662 PXOPT_LOOKUP_S16(quality, config->args, "-set_quality", false, false); 1662 1663 1663 1664 psMetadata *where = psMetadataAlloc(); 1664 1665 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 1665 1666 1666 if (!pxSetFaultCode(config->dbh, "stackSumSkyfile", where, fault )) {1667 if (!pxSetFaultCode(config->dbh, "stackSumSkyfile", where, fault, quality)) { 1667 1668 psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag"); 1668 1669 psFree (where);
Note:
See TracChangeset
for help on using the changeset viewer.
