IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2009, 4:51:28 PM (17 years ago)
Author:
bills
Message:

handle multiple labels

File:
1 edited

Legend:

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

    r24125 r24425  
    598598    PXOPT_COPY_S64(config->args, where, "-dist_id", "dist_id", "==");
    599599    PXOPT_COPY_STR(config->args, where, "-stage", "stage", "==");
    600     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     600    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    601601
    602602    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    719719    psMetadata *where = psMetadataAlloc();
    720720    PXOPT_COPY_S64(config->args, where, "-dist_id", "dist_id", "==");
    721     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     721    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    722722
    723723    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    863863    psMetadata *where = psMetadataAlloc();
    864864    PXOPT_COPY_S64(config->args, where, "-dist_id", "dist_id", "==");
    865     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     865    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    866866
    867867    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
Note: See TracChangeset for help on using the changeset viewer.