Index: /trunk/psastro/src/psastroParseCamera.c
===================================================================
--- /trunk/psastro/src/psastroParseCamera.c	(revision 7083)
+++ /trunk/psastro/src/psastroParseCamera.c	(revision 7084)
@@ -28,5 +28,5 @@
     // Chip selection: turn on only the chips specified
     char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); 
-    psArray *chips = psStringSplitArray (chipLine, ",");
+    psArray *chips = psStringSplitArray (chipLine, ",", false);
     if (chips->n > 0) {
 	pmFPASelectChip (input->fpa, -1, true); // deselect all chips
Index: /trunk/psphot/src/psphotParseCamera.c
===================================================================
--- /trunk/psphot/src/psphotParseCamera.c	(revision 7083)
+++ /trunk/psphot/src/psphotParseCamera.c	(revision 7084)
@@ -64,5 +64,5 @@
     // Chip selection: turn on only the chips specified
     char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); 
-    psArray *chips = psStringSplitArray (chipLine, ",");
+    psArray *chips = psStringSplitArray (chipLine, ",", false);
     if (chips->n > 0) {
 	pmFPASelectChip (input->fpa, -1, true); // deselect all chips
