Changeset 14019
- Timestamp:
- Jul 5, 2007, 12:00:49 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
r13810 r14019 172 172 newName = psStringCopy(rule); 173 173 174 if (strstr (newName, "{FPA.NAME}") != NULL) { 175 char *name = psMetadataLookupStr (NULL, fpa->concepts, "FPA.NAME"); 176 if (name != NULL) { 177 psStringSubstitute(&newName, "fpa", "{FPA.NAME}"); 178 } 179 } 174 180 if (strstr (newName, "{CHIP.NAME}") != NULL) { 175 181 pmChip *chip = pmFPAviewThisChip (view, fpa);
Note:
See TracChangeset
for help on using the changeset viewer.
