Index: trunk/psModules/src/astrom/pmConceptsStandard.c
===================================================================
--- trunk/psModules/src/astrom/pmConceptsStandard.c	(revision 6895)
+++ trunk/psModules/src/astrom/pmConceptsStandard.c	(revision 7016)
@@ -177,5 +177,5 @@
     switch (concept->type) {
     case PS_DATA_STRING: {
-            psList *regions = psStringSplit(concept->data.V, " ;"); // List of regions
+            psList *regions = psStringSplit(concept->data.V, " ;", true); // List of regions
             psListIterator *regionsIter = psListIteratorAlloc(regions, PS_LIST_HEAD, false); // Iterator
             psString regionString = NULL; // Region string from iteration
@@ -569,5 +569,5 @@
         // We're working with two separate headers --- construct a list with the date and time separately
         psString dateTimeString = psTimeToISO(time); // String representation
-        psList *dateTime = psStringSplit(dateTimeString, "T");
+        psList *dateTime = psStringSplit(dateTimeString, "T", true);
         psFree(dateTimeString);
         psString dateString = psListGet(dateTime, PS_LIST_HEAD); // The date string
