IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2011, 1:30:55 PM (15 years ago)
Author:
bills
Message:

in magicdstool -updaterun do LIKE comparison for labels

File:
1 edited

Legend:

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

    r30728 r30854  
    602602
    603603    psMetadata *where = psMetadataAlloc();
    604     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     604    PXOPT_COPY_STR(config->args, where, "-label", "label", "LIKE");
    605605    PXOPT_COPY_S64(config->args, where, "-stage_id", "stage_id", "==");
    606606    PXOPT_COPY_STR(config->args, where, "-stage", "stage", "==");
Note: See TracChangeset for help on using the changeset viewer.