Changeset 16667 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Feb 26, 2008, 1:48:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r16666 r16667 165 165 // default 166 166 PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "=="); 167 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); 167 168 168 169 // find the exp_id of all the exposures that we want to queue up. … … 178 179 psStringAppend(&query, " AND %s", whereClause); 179 180 psFree(whereClause); 181 } 182 183 if (pretend) { 184 // then stop before running the query 185 fprintf(stderr, "%s\n", query); 186 psFree(query); 187 return true; 180 188 } 181 189
Note:
See TracChangeset
for help on using the changeset viewer.
