hdf5/tools/h5dump
MuQun Yang 6d54973cbf [svn-r7286] Purpose:
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:
2003-08-08 10:19:55 -05:00
..
Dependencies [svn-r6576] Purpose: 2003-04-03 08:46:11 -05:00
h5dump.c [svn-r7286] Purpose: 2003-08-08 10:19:55 -05:00
h5dump.h [svn-r5998] Purpose: 2002-10-14 23:12:42 -05:00
h5dumpgentest.c [svn-r7109] Purpose: 2003-06-25 21:10:33 -05:00
Makefile.in [svn-r7278] Purpose: 2003-07-30 15:07:26 -05:00
testh5dump.sh [svn-r7276] Purpose: 2003-07-29 16:24:21 -05:00
testh5dumpxml.sh [svn-r7276] Purpose: 2003-07-29 16:24:21 -05:00