mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
6d54973cbf
bug fix Description: 1. function rindex is not recognized by windows. Using strrchr instead. Thereafer strings.h is not necessary. 2. Variable p_type is defined as "hid_t" type at one function; but it is never used. At the end of that function, H5Tclose(p_type) is assigned. It may cause problems. So erase two lines. Solution: See above Platforms tested: windows 2000, linux 2.4, sol 2.7, AIX 5.1. Misc. update: |
||
---|---|---|
.. | ||
Dependencies | ||
h5dump.c | ||
h5dump.h | ||
h5dumpgentest.c | ||
Makefile.in | ||
testh5dump.sh | ||
testh5dumpxml.sh |