Changeset 23921 for trunk/ippTools/src/difftool.c
- Timestamp:
- Apr 17, 2009, 4:41:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r23904 r23921 412 412 psMetadata *where = psMetadataAlloc(); 413 413 PXOPT_COPY_S64(config->args, where, "-diff_id", "diffRun.diff_id", "=="); 414 PXOPT_COPY_STR(config->args, where,"-label", "diffRun.label", "==");414 pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "=="); 415 415 416 416 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 1505 1505 1506 1506 psMetadata *where = psMetadataAlloc(); 1507 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");1507 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1508 1508 1509 1509 psString query = pxDataGet("difftool_pendingcleanuprun.sql"); … … 1570 1570 PXOPT_COPY_S64(config->args, where, "-diff_id", "diff_id", "=="); 1571 1571 } 1572 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");1572 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1573 1573 1574 1574 psString query = pxDataGet("difftool_pendingcleanupskyfile.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
