Changeset 6814 for branches/rel10_ifa/psModules/src/astrom/pmConceptsRead.c
- Timestamp:
- Apr 7, 2006, 3:06:57 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmConceptsRead.c
r6804 r6814 126 126 psFree(nameSource); 127 127 if (mdok && strlen(source) > 0 && strcasecmp(source, "VALUE") == 0) { 128 value = psMemIncrRefCounter(conceptItem);128 value = conceptItem; 129 129 conceptParse(spec, value, cameraFormat, target, NULL, NULL, cell); 130 130 } else if (source && (strlen(source) == 0 || strcasecmp(source, "HEADER") != 0)) {
Note:
See TracChangeset
for help on using the changeset viewer.
