- Timestamp:
- May 10, 2011, 6:46:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/psModules/src/camera/pmFPAfile.c
r30026 r31521 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.
