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
..
2003-06-30 11:26:46 -05:00
2003-08-08 10:19:55 -05:00
2003-06-30 11:26:46 -05:00
2003-07-09 13:14:29 -05:00
2003-07-29 16:24:21 -05:00
2001-02-22 17:01:58 -05:00
2003-06-30 11:26:46 -05:00