diff options
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b34416b..868415c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -80,9 +80,9 @@ 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 + 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 + generated needs to be open with 'wb' , otherwise an end of line character is read twice. PVN - 2008/2/19 |