Changeset 12659
- Timestamp:
- Mar 28, 2007, 3:33:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r12285 r12659 223 223 224 224 if (source & PM_CONCEPT_SOURCE_PHU && !(*read & PM_CONCEPT_SOURCE_PHU)) { 225 if (!p_pmConceptsReadFromHeader(target, *specs, fpa, chip, cell)) { 226 psError(PS_ERR_UNKNOWN, false, "Error reading concepts from header.\n"); 225 if (p_pmConceptsReadFromHeader(target, *specs, fpa, chip, cell)) { 226 *read |= PM_CONCEPT_SOURCE_PHU; 227 } else { 228 psError(PS_ERR_UNKNOWN, false, "Error reading concepts from PHU.\n"); 227 229 success = false; 228 230 }
Note:
See TracChangeset
for help on using the changeset viewer.
