[NeXus-code-svn] r944 - branches/4.0/src

apache at nexusformat.org apache at nexusformat.org
Thu Jun 7 11:27:55 BST 2007


Author: Freddie Akeroyd
Date: Thu Jun  7 11:27:49 2007
New Revision: 944

Modified:
   branches/4.0/src/nxxml.c

Log:
Fix error in writing string attributes to an XML file; the length parameter
in NXputattr() was ignored so garbage was written unless the string was
NULL terminated. When called from C the data would usually be NULL terminated,
but this is not guaranteed from JAVA hence the observed problem. Refs #83.


Modified: branches/4.0/src/nxxml.c
Url: http://svn.nexusformat.org/viewvc/NeXusCode/branches/4.0/src/nxxml.c?r1=943&r2=944


More information about the NeXus-code-svn mailing list