Changeset 9570 for trunk/psModules/src/camera/pmFPAWrite.c
- Timestamp:
- Oct 13, 2006, 3:02:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.c
r8815 r9570 116 116 117 117 if (writeBlank || writeImage) { 118 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_C AMERA|118 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 119 119 PM_CONCEPT_SOURCE_DEFAULTS; 120 120 if (!pmConceptsWriteCell(cell, source, false, NULL)) { … … 162 162 163 163 if (writeBlank || writeImage) { 164 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_C AMERA|164 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 165 165 PM_CONCEPT_SOURCE_DEFAULTS; 166 166 if (!pmConceptsWriteChip(chip, source, false, true, NULL)) { … … 225 225 226 226 if (writeBlank || writeImage) { 227 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_C AMERA|227 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 228 228 PM_CONCEPT_SOURCE_DEFAULTS; 229 229 if (!pmConceptsWriteFPA(fpa, source, true, NULL)) {
Note:
See TracChangeset
for help on using the changeset viewer.
