IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2009, 11:09:07 PM (17 years ago)
Author:
bills
Message:

need to specify table for label

File:
1 edited

Legend:

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

    r24729 r24731  
    865865    psMetadata *where = psMetadataAlloc();
    866866    PXOPT_COPY_S64(config->args, where, "-dist_id", "dist_id", "==");
    867     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     867    pxAddLabelSearchArgs (config, where, "-label", "distRun.label", "==");
    868868
    869869    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
Note: See TracChangeset for help on using the changeset viewer.