Changeset 5003
- Timestamp:
- Sep 12, 2005, 12:25:27 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/xml/psXML.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/xml/psXML.c
r5000 r5003 10 10 * @author David Robbins, MHPCC 11 11 * 12 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-09-12 2 1:36:54$12 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-09-12 22:25:27 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 143 143 return NULL; 144 144 } 145 snprintf(content, MAXSTR, "%ld, ", ( (psTime*)(item->data.V))->sec);145 snprintf(content, MAXSTR, "%ld, ", (long)((psTime*)(item->data.V))->sec); 146 146 strncpy(timeVal, content, MAXSTR); 147 147 snprintf(content, MAXSTR, "%u, ", ((psTime*)(item->data.V))->nsec);
Note:
See TracChangeset
for help on using the changeset viewer.
