Changeset 29134 for trunk/ippTools/src/difftool.c
- Timestamp:
- Sep 9, 2010, 11:38:53 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r28375 r29134 2868 2868 pxAddLabelSearchArgs (config, where, "-data_group", "diffRun.data_group", "LIKE"); 2869 2869 pxAddLabelSearchArgs (config, where, "-dist_group", "diffRun.dist_group", "LIKE"); 2870 2870 2871 2871 PXOPT_LOOKUP_BOOL(template, config->args, "-template", false); 2872 2872 if (!template) { … … 2890 2890 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); 2891 2891 PXOPT_LOOKUP_BOOL(pstamp_order, config->args, "-pstamp_order", false); 2892 2892 PXOPT_LOOKUP_S16(diff_mode, config->args, "-diff_mode", false, false); 2893 if (diff_mode) { 2894 PXOPT_COPY_S16(config->args, where, "-diff_mode", "diffRun.diff_mode", "=="); 2895 } 2893 2896 2894 2897 psString where2 = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
