Commits
ymuqun committed 88f85423135
Purpose: bug fix Description: For name clashing table at get_hdf5setname(), the size should always be set to OBJECT_HASHSIZE. In the old code, it is set to VG_HASHSIZE,VD_HASHSIZE etc. When their sizes are not the same as OBJECT_HASHSIZE, things get messed up. Solution: set those sizes to OBJECT_HASHSIZE. Platforms tested: linux 2.2.18