Changeset 15139
- Timestamp:
- Sep 30, 2007, 1:31:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r14889 r15139 189 189 if (name != NULL) { 190 190 psStringSubstitute(&newName, name, "{CHIP.NAME}"); 191 } 192 } 193 } 194 if (strstr (newName, "{CHIP.ID}") != NULL) { 195 pmChip *chip = pmFPAviewThisChip (view, fpa); 196 if (chip != NULL) { 197 char *name = psMetadataLookupStr (NULL, chip->concepts, "CHIP.ID"); 198 if (name != NULL) { 199 psStringSubstitute(&newName, name, "{CHIP.ID}"); 191 200 } 192 201 }
Note:
See TracChangeset
for help on using the changeset viewer.
