IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28681


Ignore:
Timestamp:
Jul 16, 2010, 6:46:05 AM (16 years ago)
Author:
bills
Message:

fix missing argument handling in stacktool -updaterun

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r28600 r28681  
    741741    PXOPT_COPY_STR(config->args, where, "-label",     "stackRun.label",     "==");
    742742    PXOPT_COPY_STR(config->args, where, "-state",     "stackRun.state",     "==");
    743     PXOPT_COPY_STR(config->args, where, "-sass_id",   "stackAssociationMap.sass_id",  "==");
     743    PXOPT_COPY_S64(config->args, where, "-sass_id",   "stackAssociationMap.sass_id",  "==");
    744744    if (!psListLength(where->list)) {
    745745        psFree(where);
  • trunk/ippTools/src/stacktoolConfig.c

    r28600 r28681  
    116116    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-state", 0,            "search by state", NULL);
    117117    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-label", 0,            "search by label", 0);
     118    psMetadataAddS64(updaterunArgs, PS_LIST_TAIL, "-sass_id", 0,           "search by stack association ID", 0);
    118119    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-set_label", 0,        "define new value for label", 0);
    119120    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-set_state", 0,        "define new state", NULL);
Note: See TracChangeset for help on using the changeset viewer.