- Timestamp:
- Mar 5, 2009, 11:13:29 AM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090215
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/camera/pmFPAfile.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090215
-
branches/cnb_branches/cnb_branch_20090215/psModules/src/camera/pmFPAfile.c
r21363 r23197 18 18 #include "pmFPAfile.h" 19 19 #include "pmFPACopy.h" 20 #include "pmConcepts .h"20 #include "pmConceptsCopy.h" 21 21 22 22 static void pmFPAfileFree(pmFPAfile *file) … … 409 409 // XXX this should be smarter (ie, only copy concepts from the current chips) 410 410 // but such a call is needed, so re-copy stuff rather than no copy 411 pm FPACopyConcepts (out, in);411 pmConceptsCopyFPA(out, in, true, true); 412 412 413 413 // pmFPAWrite takes care of all PHUs as needed
Note:
See TracChangeset
for help on using the changeset viewer.
