Changeset 11775 for trunk/psModules/src/concepts/pmConceptsStandard.c
- Timestamp:
- Feb 13, 2007, 12:19:50 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
r11749 r11775 315 315 switch (concept->type) { 316 316 case PS_DATA_STRING: { 317 psList *regions = psStringSplit(concept->data.V, " ;", true); // List of regions317 psList *regions = psStringSplit(concept->data.V, " ;", false); // List of regions 318 318 psListIterator *regionsIter = psListIteratorAlloc(regions, PS_LIST_HEAD, false); // Iterator 319 319 psString regionString = NULL; // Region string from iteration
Note:
See TracChangeset
for help on using the changeset viewer.
