IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2010, 4:35:43 PM (16 years ago)
Author:
bills
Message:

make -label -data_group -dist_group lookups LIKE comparisions for -updaterun

File:
1 edited

Legend:

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

    r28043 r28054  
    203203
    204204    PXOPT_COPY_S64(config->args, where, "-diff_id",  "diff_id",   "==");
    205     PXOPT_COPY_STR(config->args, where, "-label",     "label",     "==");
    206     PXOPT_COPY_STR(config->args, where, "-data_group","data_group",     "==");
     205    PXOPT_COPY_STR(config->args, where, "-label",     "label",     "LIKE");
     206    PXOPT_COPY_STR(config->args, where, "-data_group","data_group","LIKE");
     207    PXOPT_COPY_STR(config->args, where, "-dist_group","dist_group","LIKE");
    207208    PXOPT_COPY_STR(config->args, where, "-state",     "state",     "==");
    208209    if (!psListLength(where->list)) {
Note: See TracChangeset for help on using the changeset viewer.