diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-09-03 19:28:03 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-09-03 19:28:03 (GMT) |
commit | 45b23cfce11d5267849f0a58216cab581012b8a7 (patch) | |
tree | fea7a660ba349e1042b0217c609839a32b902811 /src | |
parent | bd6857eab69cd6db493f710aa3b240903b7706e7 (diff) | |
download | hdf5-45b23cfce11d5267849f0a58216cab581012b8a7.zip hdf5-45b23cfce11d5267849f0a58216cab581012b8a7.tar.gz hdf5-45b23cfce11d5267849f0a58216cab581012b8a7.tar.bz2 |
[svn-r9204] Purpose:
bug fix
changed some datset names for h5repack etsts
Description:
Description:
the dataset region reference data was not portable between the Cray T3E and other machines
Solution:
this was due to the fact that the buffer to store the heap ID and index was using a sizeof(int) for its
size
4 is used instead of sizeof(int) to permit portability between
the Crays and other machines (the heap ID is always encoded as an int32 anyway)
Solution:
Platforms tested:
linux
aix
solaris
Misc. update:
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions