Changeset 9403 for trunk/ippTools/src/detselect.c
- Timestamp:
- Oct 7, 2006, 3:00:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselect.c
r9395 r9403 98 98 } 99 99 100 { 101 psString str = NULL; 102 bool status = false; 103 if ((str = psMetadataLookupStr(&status, config->args, "-det_type"))) { 104 psStringAppend(&query, " AND detRun.det_type = '%s'", str); 105 } 106 } 107 100 108 psStringAppend(&query, " LIMIT 1"); 101 109
Note:
See TracChangeset
for help on using the changeset viewer.
