Index: trunk/psModules/src/objects/pmSourceIO_CMP.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_CMP.c	(revision 7012)
+++ trunk/psModules/src/objects/pmSourceIO_CMP.c	(revision 7016)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-30 22:08:33 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-01 01:08:45 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -215,6 +215,5 @@
             psString line = psStringNCopy (&buffer[j*BYTES_STAR], BYTES_STAR);
 
-            // XXX this is failing on lines where there are multiple spaces in a row
-            psList *list = psStringSplit (line, " ");
+            psList *list = psStringSplit (line, " ", false);
             psArray *array = psListToArray (list);
 
