Changeset 10966 for trunk/psModules/src/camera/pmFPAWrite.c
- Timestamp:
- Jan 8, 2007, 12:30:21 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.c
r10526 r10966 141 141 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 142 142 PM_CONCEPT_SOURCE_DEFAULTS; 143 if (!pmConceptsWriteCell(cell, source, false, NULL)) {143 if (!pmConceptsWriteCell(cell, source, true, NULL)) { 144 144 psError(PS_ERR_IO, false, "Unable to write concepts for cell.\n"); 145 145 return false; … … 191 191 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 192 192 PM_CONCEPT_SOURCE_DEFAULTS; 193 if (!pmConceptsWriteChip(chip, source, false, true, NULL)) {193 if (!pmConceptsWriteChip(chip, source, true, true, NULL)) { 194 194 psError(PS_ERR_IO, false, "Unable to write concepts for chip.\n"); 195 195 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
