diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-10 22:19:00 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-10-10 22:19:00 (GMT) |
commit | c72601e0d6246b6dc72d0c45c226e92b0ef4c2d7 (patch) | |
tree | 09c85d2572492a12ece9aac6761e97a75f191d63 /release_docs | |
parent | c4b72f1579cbfcf7ad8ad3f5318cd425cf35feb8 (diff) | |
download | hdf5-c72601e0d6246b6dc72d0c45c226e92b0ef4c2d7.zip hdf5-c72601e0d6246b6dc72d0c45c226e92b0ef4c2d7.tar.gz hdf5-c72601e0d6246b6dc72d0c45c226e92b0ef4c2d7.tar.bz2 |
[svn-r7601]
Purpose: Bug fix
Description: Parameter rdcc_nelmts of the h5pget_cache_f subroutine
had wrong INTEGER(SIZE_T) instead of INTEGER type.
Solution: Fixed the type
Platforms tested: arabica in 64-bit mode (where INTEGER(SIZE_T) is not
the same as INTEGER)
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c117e42..a01e5d4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -80,6 +80,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed incorrect datatype of the third parameter to the Fortran90 + h5pget_cache_f function (INTEGER(SIZE_T) to INTEGER) EIP - 2003/10/10 - Fixed problems with accessing variable-length data datatypes on Crays. QAK - 2003/10/10 - Fixed potential file corruption bug when too many object header |