Changeset 11418 for trunk/ippTools/src/detselectConfig.c
- Timestamp:
- Jan 29, 2007, 6:11:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/detselectConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/detselectConfig.c
r11204 r11418 219 219 bool status = false; 220 220 if ((str = psMetadataLookupStr(&status, config->args, "-inst"))) { 221 if (!psMetadataAddStr(config->where, PS_LIST_TAIL, " object", 0, "==", str)) {221 if (!psMetadataAddStr(config->where, PS_LIST_TAIL, "camera", 0, "==", str)) { 222 222 psError(PS_ERR_UNKNOWN, false, "failed to add item camera"); 223 223 goto FAIL;
Note:
See TracChangeset
for help on using the changeset viewer.
