Changeset 9695
- Timestamp:
- Oct 20, 2006, 3:54:57 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r9671 r9695 130 130 131 131 bool success = true; // Success in reading concepts? 132 if (source & PM_CONCEPT_SOURCE_CELLS && !(*read & PM_CONCEPT_SOURCE_CELLS) ) {132 if (source & PM_CONCEPT_SOURCE_CELLS && !(*read & PM_CONCEPT_SOURCE_CELLS) && cell) { 133 133 if (p_pmConceptsReadFromCells(target, *specs, cell)) { 134 134 *read |= PM_CONCEPT_SOURCE_CELLS;
Note:
See TracChangeset
for help on using the changeset viewer.
