Changeset 13974 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 25, 2007, 2:30:38 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r13937 r13974 5001 5001 PS_ASSERT_PTR_NON_NULL(config, false); 5002 5002 5003 char *value = NULL; 5003 5004 bool status = false; 5004 5005 psU64 limit = psMetadataLookupU64(&status, config->args, "-limit"); … … 5030 5031 " USING(exp_tag)" 5031 5032 " WHERE" 5032 " detRun.state = 'run'"5033 5033 ); 5034 // NOTE the above WHERE is completed with the following line: 5035 5036 // add the two required restrictions: detRun.state and detRun.mode 5037 if ((value = psMetadataLookupStr(&status, config->args, "-select_state"))) { 5038 psStringAppend(&query, " detRun.state = '%s'", value); 5039 } else { 5040 psStringAppend(&query, " detRun.state = 'run'"); 5041 } 5034 5042 5035 5043 if (config->where) {
Note:
See TracChangeset
for help on using the changeset viewer.
