- Timestamp:
- Jul 17, 2014, 12:30:45 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmFPAfileDefine.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712/psModules
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-ops-20130712/psModules/src/camera/pmFPAfileDefine.c
r35561 r37066 103 103 104 104 type = psMetadataLookupStr(&status, data, "FILE.TYPE"); 105 if (!type) { 106 psError(PM_ERR_CONFIG, true, "FILE.TYPE is not defined for %s\n", name); 107 psFree(file); 108 return NULL; 109 } 110 105 111 file->type = pmFPAfileTypeFromString(type); 106 112 if (file->type == PM_FPA_FILE_NONE) { 107 psError(PM_ERR_CONFIG, true, "FILE.TYPE is not defined for %s\n", name);113 psError(PM_ERR_CONFIG, true, "FILE.TYPE %s is not registered in pmFPAfile.c:pmFPAfileTypeFromString\n", type); 108 114 psFree(file); 109 115 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
