Changeset 28054 for trunk/ippTools/src/difftool.c
- Timestamp:
- May 20, 2010, 4:35:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r28043 r28054 203 203 204 204 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"); 207 208 PXOPT_COPY_STR(config->args, where, "-state", "state", "=="); 208 209 if (!psListLength(where->list)) {
Note:
See TracChangeset
for help on using the changeset viewer.
