Index: /trunk/psLib/src/types/psArguments.c
===================================================================
--- /trunk/psLib/src/types/psArguments.c	(revision 13069)
+++ /trunk/psLib/src/types/psArguments.c	(revision 13070)
@@ -7,6 +7,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-04-13 02:32:10 $
+ *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-28 00:23:56 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -345,5 +345,5 @@
         case PS_DATA_STRING:
             if (item->data.V) {
-                printf("""%s""", item->data.str);
+                printf("%s", item->data.str);
             }
             break;
