Changeset 38296 for trunk/ippTools/src/staticskytool.c
- Timestamp:
- May 21, 2015, 8:13:08 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/staticskytool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/staticskytool.c
r37999 r38296 787 787 788 788 PXOPT_LOOKUP_S16(fault, config->args, "-fault", true, false); 789 PXOPT_LOOKUP_S16(quality, config->args, "-set_quality", false, false); 789 790 790 791 psMetadata *where = psMetadataAlloc(); 791 792 PXOPT_COPY_S64(config->args, where, "-sky_id", "sky_id", "=="); 792 793 793 if (!pxSetFaultCode(config->dbh, "staticskyResult", where, fault, 0)) {794 if (!pxSetFaultCode(config->dbh, "staticskyResult", where, fault, quality)) { 794 795 psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag"); 795 796 psFree (where);
Note:
See TracChangeset
for help on using the changeset viewer.
