Changeset 9408 for trunk/ippTools/src/dettool.c
- Timestamp:
- Oct 8, 2006, 2:24:46 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9407 r9408 2679 2679 2680 2680 if (config->where) { 2681 // XXX need to replace det_id with detNormalizedImfile.det_id 2682 bool status; 2683 int iteration = psMetadataLookupS32 (&status, config->where, "iteration"); 2684 if (status) { 2685 psMetadataRemoveKey (config->where, "iteration"); 2686 psMetadataAddS32 (config->where, PS_LIST_TAIL, "detNormalizedImfile.iteration", 0, "==", iteration); 2687 } 2681 2688 psString whereClause = psDBGenerateWhereConditionSQL(config->where, NULL); 2682 2689 psStringAppend(&query, " AND %s", whereClause);
Note:
See TracChangeset
for help on using the changeset viewer.
