Changeset 22699 for trunk/psModules/src/camera/pmFPAfile.c
- Timestamp:
- Feb 26, 2009, 2:45:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.c
r21363 r22699 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.
