IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2009, 6:09:00 PM (17 years ago)
Author:
Paul Price
Message:

difftool -advance needs to support multiple labels on the command-line.

File:
1 edited

Legend:

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

    r25515 r25571  
    572572    psMetadata *where = psMetadataAlloc();
    573573    PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffRun.diff_id", "==");
    574     PXOPT_COPY_STR(config->args, where, "-label", "diffRun.label", "==");
     574    pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "==");
    575575
    576576    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
Note: See TracChangeset for help on using the changeset viewer.