Changeset 31671 for trunk/psModules/src/camera/pmFPAfile.c
- Timestamp:
- Jun 22, 2011, 12:50:35 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r30026 r31671 201 201 newName = psStringCopy(rule); 202 202 203 bool status = false; 203 204 if (strstr(newName, "{FPA.OBS}")) { 204 char *name = psMetadataLookupStr( NULL, fpa->concepts, "FPA.OBS");205 char *name = psMetadataLookupStr(&status, fpa->concepts, "FPA.OBS"); 205 206 if (name) { 206 207 psStringSubstitute(&newName, name, "{FPA.OBS}"); 207 } 208 } 208 209 } 209 210 if (strstr(newName, "{FPA.NAME}")) {
Note:
See TracChangeset
for help on using the changeset viewer.
