IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix missing argument handling in stacktool -updaterun

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.