Changeset 8627 for trunk/psLib/src/xml/psXML.c
- Timestamp:
- Aug 25, 2006, 6:34:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/xml/psXML.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/xml/psXML.c
r8232 r8627 10 10 * @author David Robbins, MHPCC 11 11 * 12 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-08- 08 23:32:23$12 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-26 04:34:28 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 105 105 prop = xmlNewProp(cur_node, (const xmlChar*)"name", (const xmlChar*)item->name); 106 106 prop = xmlNewProp(cur_node, (const xmlChar*)"psType", (const xmlChar*)"STR"); 107 strncpy(content, ((char *)(item->data.V)), MAXSTR);107 strncpy(content, item->data.str, MAXSTR); 108 108 prop = xmlNewProp(cur_node, (const xmlChar*)"value", (const xmlChar*)content); 109 109 break;
Note:
See TracChangeset
for help on using the changeset viewer.
