Index: trunk/psLib/src/mathtypes/psVector.c
===================================================================
--- trunk/psLib/src/mathtypes/psVector.c	(revision 9977)
+++ trunk/psLib/src/mathtypes/psVector.c	(revision 9978)
@@ -9,6 +9,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-10-24 22:52:56 $
+*  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-11-15 00:06:31 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -547,4 +547,5 @@
                  CREAL(vector->data.TYPE[lcv]), \
                  CIMAG(vector->data.TYPE[lcv])); \
+        strncat(str,tempStr,maxLength); \
         full = (strlen(str) > maxLength-2); \
         prefix = ","; \
@@ -639,4 +640,5 @@
 }
 
+
 bool p_psVectorPrint (int fd,
                       psVector *a,
