Changeset 18027 for trunk/psModules/src/camera/pmFPAWrite.c
- Timestamp:
- Jun 9, 2008, 12:33:36 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
r17911 r18027 160 160 pmFPAUpdateNames(cell->parent->parent, cell->parent, cell); 161 161 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 162 PM_CONCEPT_SOURCE_DEFAULTS ;162 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 163 163 if (!pmConceptsWriteCell(cell, source, true, NULL)) { 164 164 psError(PS_ERR_IO, false, "Unable to write concepts for cell.\n"); … … 210 210 pmFPAUpdateNames(chip->parent, chip, NULL); 211 211 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 212 PM_CONCEPT_SOURCE_DEFAULTS ;212 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 213 213 if (!pmConceptsWriteChip(chip, source, true, true, NULL)) { 214 214 psError(PS_ERR_IO, false, "Unable to write concepts for chip.\n"); … … 274 274 pmFPAUpdateNames(fpa, NULL, NULL); 275 275 pmConceptSource source = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS | 276 PM_CONCEPT_SOURCE_DEFAULTS ;276 PM_CONCEPT_SOURCE_DEFAULTS | PM_CONCEPT_SOURCE_DATABASE; 277 277 if (!pmConceptsWriteFPA(fpa, source, true, NULL)) { 278 278 psError(PS_ERR_IO, false, "Unable to write concepts for FPA.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
