Changeset 32764 for trunk/ippTools/src/vptool.c
- Timestamp:
- Nov 22, 2011, 12:48:44 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/vptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/vptool.c
r32750 r32764 195 195 196 196 // default 197 PXOPT_LOOKUP_BOOL( unique, config->args, "-unique", false);197 PXOPT_LOOKUP_BOOL(rerun, config->args, "-rerun", false); 198 198 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); 199 199 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); … … 213 213 psFree(where); 214 214 215 if ( unique) {215 if (!rerun) { 216 216 psStringAppend(&query, "AND vp_id IS NULL"); 217 217 }
Note:
See TracChangeset
for help on using the changeset viewer.
