Changeset 10447 for trunk/psModules/src/camera/pmFPAConstruct.c
- Timestamp:
- Dec 4, 2006, 12:21:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAConstruct.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r9730 r10447 233 233 const char *name = psMetadataLookupStr(&mdok, chip->concepts, "CHIP.NAME"); 234 234 if (mdok && name && strlen(name) > 0) { 235 contentKey = psStringSubstitute(contentKey, name, "{CHIP.NAME}");235 psStringSubstitute(&contentKey, name, "{CHIP.NAME}"); 236 236 } 237 237 } … … 245 245 const char *name = psMetadataLookupStr(&mdok, cell->concepts, "CELL.NAME"); 246 246 if (mdok && name && strlen(name) > 0) { 247 contentKey = psStringSubstitute(contentKey, name, "{CELL.NAME}");247 psStringSubstitute(&contentKey, name, "{CELL.NAME}"); 248 248 } 249 249 }
Note:
See TracChangeset
for help on using the changeset viewer.
