Index: trunk/psModules/src/astrom/pmFPAConceptsGet.c
===================================================================
--- trunk/psModules/src/astrom/pmFPAConceptsGet.c	(revision 6872)
+++ trunk/psModules/src/astrom/pmFPAConceptsGet.c	(revision 7016)
@@ -163,6 +163,6 @@
         // Now, need to get the "given"s
         if (strlen(givenCols) || strlen(givenPS)) {
-            psList *cols = psStringSplit(givenCols, ",;"); // List of column names
-            psList *values = psStringSplit(givenPS, ",;"); // List of value names for the columns
+            psList *cols = psStringSplit(givenCols, ",;", true); // List of column names
+            psList *values = psStringSplit(givenPS, ",;", true); // List of value names for the columns
             psMetadata *selection = psMetadataAlloc(); // The stuff to select in the DB
             if (cols->n != values->n) {
@@ -723,5 +723,5 @@
                 psString source = sourceItem->data.V; // The source string
 
-                psList *secList = psStringSplit(sections, " ;"); // List of sections
+                psList *secList = psStringSplit(sections, " ;", true); // List of sections
                 psListIterator *secIter = psListIteratorAlloc(secList, PS_LIST_HEAD, false); // Iterator over
                 // sections
