Changeset 8877 for trunk/ippTools/src
- Timestamp:
- Sep 21, 2006, 4:35:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r8874 r8877 380 380 { 381 381 bool status = false; 382 // include det_type in the query383 if (!psMetadataAddStr(where, PS_LIST_TAIL, "det_type", 0, "==", det_type)) {384 psError(PS_ERR_UNKNOWN, false, "failed to add item det_type");385 psFree(where);386 return false;387 }388 389 382 psString exp_type = psMetadataLookupStr(&status, config->args, "-exp_type"); if (!status) { 390 383 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -exp_type");
Note:
See TracChangeset
for help on using the changeset viewer.
