Changeset 10718 for trunk/ippTools/src/detselectConfig.c
- Timestamp:
- Dec 13, 2006, 10:28:35 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselectConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselectConfig.c
r10440 r10718 216 216 bool status = false; 217 217 if ((str = psMetadataLookupStr(&status, config->args, "-inst"))) { 218 if (!psMetadataAddStr(config->where, PS_LIST_TAIL, " camera", 0, "==", str)) {218 if (!psMetadataAddStr(config->where, PS_LIST_TAIL, "object", 0, "==", str)) { 219 219 psError(PS_ERR_UNKNOWN, false, "failed to add item camera"); 220 220 goto FAIL;
Note:
See TracChangeset
for help on using the changeset viewer.
