IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2011, 9:06:58 AM (15 years ago)
Author:
bills
Message:

for chiptool, difftool, camtool, and stacktool have -updateprocessedXXX to take -set_quality.
This is useful for giving up on processing that is stuck.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtool.c

    r30652 r30907  
    894894    if (fault != INT16_MAX) {
    895895        // this is fairly dangerous : can set all if the where is not set...
    896         if (!pxSetFaultCode(config->dbh, "rawImfile", where, fault)) {
     896        if (!pxSetFaultCode(config->dbh, "rawImfile", where, fault, 0)) {
    897897            psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag");
    898898            psFree (where);
     
    16081608  PXOPT_LOOKUP_S16(fault, config->args, "-fault", true, false);
    16091609
    1610   if (!pxSetFaultCode(config->dbh, "rawExp", where, fault)) {
     1610  if (!pxSetFaultCode(config->dbh, "rawExp", where, fault, 0)) {
    16111611    psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag");
    16121612    psFree(where);
Note: See TracChangeset for help on using the changeset viewer.