diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-11-25 18:11:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-11-25 18:11:27 (GMT) |
commit | 378b5ad0f1bd0f15e6dd8f479c19f25502555184 (patch) | |
tree | e654177c02d90f80a3689fab3677632399ea94ce /config | |
parent | 56ce635a1d01a9ac52dc6b426fceaf9903601224 (diff) | |
download | hdf5-378b5ad0f1bd0f15e6dd8f479c19f25502555184.zip hdf5-378b5ad0f1bd0f15e6dd8f479c19f25502555184.tar.gz hdf5-378b5ad0f1bd0f15e6dd8f479c19f25502555184.tar.bz2 |
[svn-r7879] Purpose:
Bug fix
Description:
C++ compiler was choking on passing a (hsize_t *) to a function which wants
a (uint8_t *).
Solution:
Cast the (hsize_t *) to a (uint8_t *)... :-)
Platforms tested:
FreeBSD 4.9 (sleipnir)
Configuration untested by h5committest
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions