Changeset 20547 for trunk/psLib/src/xml/psXML.c
- Timestamp:
- Nov 5, 2008, 1:12:40 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/xml/psXML.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/xml/psXML.c
r9523 r20547 10 10 * @author David Robbins, MHPCC 11 11 * 12 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-10-12 23:43:58$12 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2008-11-05 11:12:40 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 626 626 if ( psXMLDocToMem(doc, buf) ) { 627 627 n = strlen(buf); 628 write(fd, buf, n);628 if (write(fd, buf, n)) {;} //ignore return value 629 629 } else { 630 630 psError(PS_ERR_LOCATION_INVALID, true, _("Buffer to small to store XML doc."));
Note:
See TracChangeset
for help on using the changeset viewer.
