IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2008, 4:13:35 PM (18 years ago)
Author:
eugene
Message:

making set_state and set_label options consistent

File:
1 edited

Legend:

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

    r19558 r19592  
    305305    }
    306306
    307     PXOPT_LOOKUP_STR(state, config->args, "-set-state", false, false);
    308     PXOPT_LOOKUP_STR(label, config->args, "-set-label", false, false);
     307    PXOPT_LOOKUP_STR(state, config->args, "-set_state", false, false);
     308    PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false);
    309309
    310310    if ((!state) && (!label)) {
Note: See TracChangeset for help on using the changeset viewer.