Changeset 14370
- Timestamp:
- Jul 24, 2007, 3:17:30 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselect.c
r14369 r14370 247 247 248 248 if (config->where) { 249 psString whereClause = psDBGenerateWhereConditionSQL(config->where, "detNormalizedImfile");249 psString whereClause = psDBGenerateWhereConditionSQL(config->where, NULL); 250 250 psStringAppend(&query, " AND %s", whereClause); 251 251 psFree(whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
