Changeset 7469 for trunk/psModules/src/camera/pmFPAConstruct.c
- Timestamp:
- Jun 9, 2006, 3:55:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAConstruct.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r7449 r7469 138 138 fpa->hdu = psMemIncrRefCounter(hdu); 139 139 bool success = true; // Success of reading concepts 140 if (hdu->header && !pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_HEADER, NULL)) {140 if (hdu->header && !pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_HEADER, false, NULL)) { 141 141 psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from header.\n"); 142 142 success = false; … … 164 164 chip->hdu = psMemIncrRefCounter(hdu); 165 165 bool success = true; // Success of reading concepts 166 if (hdu->header && !pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_HEADER, true, NULL)) {166 if (hdu->header && !pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_HEADER, true, false, NULL)) { 167 167 psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from header.\n"); 168 168 success = false; … … 299 299 } 300 300 301 if (!pmConceptsReadChip(newChip, PM_CONCEPT_SOURCE_DEFAULTS, false, NULL)) {301 if (!pmConceptsReadChip(newChip, PM_CONCEPT_SOURCE_DEFAULTS, false, false, NULL)) { 302 302 psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from camera and defaults for chip %s\n", 303 303 chipName); … … 751 751 psFree(contentsIter); 752 752 753 if (!pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_DEFAULTS, NULL)) {753 if (!pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_DEFAULTS, true, NULL)) { 754 754 psError(PS_ERR_UNKNOWN, false, "Unable to read concepts from defaults for FPA %s. Attempting to " 755 755 "proceed anyway.\n", currentFPAname);
Note:
See TracChangeset
for help on using the changeset viewer.
