Changeset 24186 for trunk/ippTools/src/difftool.c
- Timestamp:
- May 14, 2009, 3:33:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r24180 r24186 1575 1575 1576 1576 psMetadata *where = psMetadataAlloc(); 1577 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1577 pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "=="); 1578 1578 1579 1579 psString query = pxDataGet("difftool_pendingcleanuprun.sql"); … … 1640 1640 PXOPT_COPY_S64(config->args, where, "-diff_id", "diff_id", "=="); 1641 1641 } 1642 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1642 pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "=="); 1643 1643 1644 1644 psString query = pxDataGet("difftool_pendingcleanupskyfile.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
