diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-03-14 14:18:52 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-03-14 14:18:52 (GMT) |
commit | 29bbbcbd9c88c94f2769883913d2f08123a06d3d (patch) | |
tree | cb92d5404fae330064ddc0bb6d75df70dd8dff28 /configure | |
parent | dcb9d01fd6d979f4d5677e6594200d4ad3815d8d (diff) | |
download | hdf5-29bbbcbd9c88c94f2769883913d2f08123a06d3d.zip hdf5-29bbbcbd9c88c94f2769883913d2f08123a06d3d.tar.gz hdf5-29bbbcbd9c88c94f2769883913d2f08123a06d3d.tar.bz2 |
[svn-r2032] Purpose:
Bug Fix.
Description:
Tests failed if drivers multi or split is used (split is implemented
as a special case of multi). When a file created via those two drivers
is opened again, the file sizes retrieved are incorrect. These seemed
to happen to non-little-endian machines only (sun, sgi failed, but
linux succeed.)
Solution:
The error was because the superblock encoding code was keeping track
in nseen the pairs of HADDR needed to be converted but did not tell the
H5Tconvert 2*nseen to convert. Thus only the first half of the addresses
were converted, the rest were left alone. Corrected the numbers of
addresses to convert.
Platforms tested:
IRIX64, Solaris 2.7, Linux.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions