diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-28 12:38:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-28 12:38:36 (GMT) |
commit | f148235ef34b20b1ff5764856b6360ec1f4cb5ab (patch) | |
tree | 40173caeef043e22b414fbf8418f12691f95efaa /COPYING | |
parent | 464c3245b8ac8acdff3988515664e224bb815cfa (diff) | |
download | hdf5-f148235ef34b20b1ff5764856b6360ec1f4cb5ab.zip hdf5-f148235ef34b20b1ff5764856b6360ec1f4cb5ab.tar.gz hdf5-f148235ef34b20b1ff5764856b6360ec1f4cb5ab.tar.bz2 |
[svn-r6920] Purpose:
Bug fix
Description:
(void *)~((size_t)NULL) on the Cray is a different value than
(foo *)~((size_t)NULL) and causes some of the hyperslab algorithms to
fail.
Solution:
Change all the 'void *' forms to 'foo *' forms.
Platforms tested:
Cray SV1
h5committest not needed.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions