Changeset 18177 for trunk/psModules/src/camera/pmFPAWrite.c
- Timestamp:
- Jun 18, 2008, 12:39:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.c
r18163 r18177 161 161 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 162 162 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 163 if (!pmConceptsWriteCell(cell, source, true, NULL)) {163 if (!pmConceptsWriteCell(cell, source, true, config)) { 164 164 psError(PS_ERR_IO, false, "Unable to write concepts for cell.\n"); 165 165 return false; … … 211 211 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 212 212 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 213 if (!pmConceptsWriteChip(chip, source, true, true, NULL)) {213 if (!pmConceptsWriteChip(chip, source, true, true, config)) { 214 214 psError(PS_ERR_IO, false, "Unable to write concepts for chip.\n"); 215 215 return false; … … 275 275 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 276 276 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 277 if (!pmConceptsWriteFPA(fpa, source, true, NULL)) {277 if (!pmConceptsWriteFPA(fpa, source, true, config)) { 278 278 psError(PS_ERR_IO, false, "Unable to write concepts for FPA.\n"); 279 279 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
