IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18871


Ignore:
Timestamp:
Aug 1, 2008, 5:07:13 PM (18 years ago)
Author:
Paul Price
Message:

Search for files to revert based on fault code.

File:
1 edited

Legend:

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

    r18561 r18871  
    628628    PXOPT_COPY_F32(config->args, where, "-solang_min", "solang", ">=");
    629629    PXOPT_COPY_F32(config->args, where, "-solang_max", "solang", "<");
     630    PXOPT_COPY_S16(config->args, where, "-code", "fault", "=");
    630631
    631632    if (!psListLength(where->list)
     
    782783        return false;
    783784    }
    784    
     785
    785786    if (where) {
    786787        psString whereClause = psDBGenerateWhereSQL(where, "chipUnmask");
Note: See TracChangeset for help on using the changeset viewer.