Changeset 11148 for trunk/psModules/src/concepts/pmConceptsStandard.c
- Timestamp:
- Jan 18, 2007, 4:18:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r11146 r11148 113 113 continue; 114 114 } 115 if (strcmp(item->data.str, concept->data.str) ) {115 if (strcmp(item->data.str, concept->data.str) == 0) { 116 116 name = item->name; 117 117 break;
Note:
See TracChangeset
for help on using the changeset viewer.
