Changeset 8457
- Timestamp:
- Aug 21, 2006, 4:00:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r8454 r8457 3008 3008 3009 3009 // there's not 3010 psString whereClaus = psDBGenerateWhereConditionSQL(where, "detNormalizedImfile");3010 psString whereClaus = psDBGenerateWhereConditionSQL(where, NULL); 3011 3011 psFree(where); 3012 3012 if (whereClaus) { 3013 psStringAppend(&query, " AND%s", whereClaus);3013 psStringAppend(&query, " WHERE %s", whereClaus); 3014 3014 psFree(whereClaus); 3015 3015 }
Note:
See TracChangeset
for help on using the changeset viewer.
