IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32575 for trunk/ippTools


Ignore:
Timestamp:
Oct 27, 2011, 12:03:30 PM (15 years ago)
Author:
bills
Message:

back out incorrect change from last revision to chiptool

File:
1 edited

Legend:

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

    r32573 r32575  
    964964    PXOPT_COPY_S64(config->args, where, "-chip_id", "chip_id", "==");
    965965    PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "==");
    966     PXOPT_LOOKUP_STR(state, config->args, "-set_state", true, false);
     966    PXOPT_LOOKUP_STR(state, config->args, "-set_state", false, false);
    967967    if (psListLength(where->list) == 0) {
    968968        psError(PS_ERR_UNKNOWN, true, "search parameters are required");
Note: See TracChangeset for help on using the changeset viewer.