Index: trunk/psLib/src/xml/psXML.c
===================================================================
--- trunk/psLib/src/xml/psXML.c	(revision 8232)
+++ trunk/psLib/src/xml/psXML.c	(revision 8627)
@@ -10,6 +10,6 @@
 *  @author David Robbins, MHPCC
 *
-*  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-08-08 23:32:23 $
+*  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-08-26 04:34:28 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -105,5 +105,5 @@
             prop = xmlNewProp(cur_node, (const xmlChar*)"name", (const xmlChar*)item->name);
             prop = xmlNewProp(cur_node, (const xmlChar*)"psType", (const xmlChar*)"STR");
-            strncpy(content, ((char *)(item->data.V)), MAXSTR);
+            strncpy(content, item->data.str, MAXSTR);
             prop = xmlNewProp(cur_node, (const xmlChar*)"value", (const xmlChar*)content);
             break;
