Changeset 7016 for trunk/psModules/src/astrom/pmConceptsStandard.c
- Timestamp:
- Apr 30, 2006, 3:08:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmConceptsStandard.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmConceptsStandard.c
r6895 r7016 177 177 switch (concept->type) { 178 178 case PS_DATA_STRING: { 179 psList *regions = psStringSplit(concept->data.V, " ;" ); // List of regions179 psList *regions = psStringSplit(concept->data.V, " ;", true); // List of regions 180 180 psListIterator *regionsIter = psListIteratorAlloc(regions, PS_LIST_HEAD, false); // Iterator 181 181 psString regionString = NULL; // Region string from iteration … … 569 569 // We're working with two separate headers --- construct a list with the date and time separately 570 570 psString dateTimeString = psTimeToISO(time); // String representation 571 psList *dateTime = psStringSplit(dateTimeString, "T" );571 psList *dateTime = psStringSplit(dateTimeString, "T", true); 572 572 psFree(dateTimeString); 573 573 psString dateString = psListGet(dateTime, PS_LIST_HEAD); // The date string
Note:
See TracChangeset
for help on using the changeset viewer.
