Changeset 11144 for trunk/psModules/src/camera/pmFPAfile.c
- Timestamp:
- Jan 18, 2007, 3:19:34 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
r11105 r11144 252 252 } 253 253 } 254 if (strstr (newName, "{FILTER.ID}") != NULL) {255 if (file->fpa != NULL) {256 char *filterID = pmConceptsFilterIDfromConcept ("FPA.FILTER", file->fpa->concepts, file->camera);257 if (filterID && *filterID) {258 psStringSubstitute(&newName, filterID, "{FILTER.ID}");259 }260 }261 }262 254 return newName; 263 255 }
Note:
See TracChangeset
for help on using the changeset viewer.
