Changeset 22699 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Feb 26, 2009, 2:45:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r21314 r22699 21 21 #include "pmFPAConstruct.h" 22 22 23 #include "pmConcepts .h"23 #include "pmConceptsCopy.h" 24 24 25 25 # define FPA_TEST_ASSERT(A){ \ … … 1024 1024 } 1025 1025 1026 // XXX A TEST: this is a provisional fpa until we read the first header for this pmFPAfile1027 // we are going to replace it when we determine the true file. blow this away here...1028 psFree (file->fpa);1029 file->fpa = NULL;1026 // XXX A TEST: this is a provisional fpa until we read the first header for this pmFPAfile 1027 // we are going to replace it when we determine the true file. blow this away here... 1028 psFree (file->fpa); 1029 file->fpa = NULL; 1030 1030 } 1031 1031 … … 1184 1184 1185 1185 // inherit the concepts from the src fpa: 1186 pm FPACopyConcepts(file->fpa, file->src);1186 pmConceptsCopyFPA(file->fpa, file->src, true, true); 1187 1187 1188 1188 return file;
Note:
See TracChangeset
for help on using the changeset viewer.
