[svn-r14617] mention to bug fixed

Tools
    -----
     - h5import bug on Windows w/binary datasets. fread in windows needs a binary file 
        to be open with “rb” instead of “r” otherwise it terminates execution if an end 
        of file character is found on the input file. Besides that the binary file 
        generated needs to be open with “wb” , otherwise an end of line character is 
        read twice. PVN - 2008/2/19
This commit is contained in:
Pedro Vicente Nunes 2008-02-19 14:47:17 -05:00
parent a8cb513c1d
commit f6c57546a7

View File

@ -79,6 +79,12 @@ Bug Fixes since HDF5-1.8.0 release
Tools
-----
- h5import bug on Windows w/binary datasets. fread in windows needs a binary file
to be open with “rb” instead of “r” otherwise it terminates execution if an end
of file character is found on the input file. Besides that the binary file
generated needs to be open with “wb” , otherwise an end of line character is
read twice. PVN - 2008/2/19
Documentation
-------------