IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2008, 9:48:03 AM (18 years ago)
Author:
Paul Price
Message:

Adding search on label to difftool -revertdiffskyfile

File:
1 edited

Legend:

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

    r19459 r19462  
    607607
    608608    psMetadata *where = psMetadataAlloc();
    609     PXOPT_COPY_S64(config->args, where,  "-diff_id", "diff_id", "==");
     609    PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffRun.diff_id", "==");
     610    PXOPT_COPY_STR(config->args, where,  "-label", "diffRun.label", "==");
    610611    PXOPT_COPY_S16(config->args, where, "-code",     "fault", "==");
    611612
Note: See TracChangeset for help on using the changeset viewer.