Changeset 9448 for trunk/ippTools/src/dettool.c
- Timestamp:
- Oct 9, 2006, 5:08:42 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9443 r9448 2718 2718 psMetadataAddS32 (config->where, PS_LIST_TAIL, "detNormalizedImfile.iteration", 0, "==", iteration); 2719 2719 } 2720 psString whereClause = psDBGenerateWhereConditionSQL(config->where, NULL);2720 psString whereClause = psDBGenerateWhereConditionSQL(config->where, "detNormalizedImfile"); 2721 2721 psStringAppend(&query, " AND %s", whereClause); 2722 2722 psFree(whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
