diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2002-08-30 21:59:22 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2002-08-30 21:59:22 (GMT) |
commit | dd44d88893544a51adee20d007eb526516dab3d6 (patch) | |
tree | 2ac845ecc9f8ff739bb853a296a937e460f2624f /release_docs | |
parent | 35ea1840d10840db266a3343ecbd1ca21c68b16d (diff) | |
download | hdf5-dd44d88893544a51adee20d007eb526516dab3d6.zip hdf5-dd44d88893544a51adee20d007eb526516dab3d6.tar.gz hdf5-dd44d88893544a51adee20d007eb526516dab3d6.tar.bz2 |
[svn-r5907]
Purpose:
bug turnaround in test_hdf5_fortran on a h5fmount_c call
Description:
the H5I_nmembers(H5I_GROUP) call that is made inside
h5fmount_c -> H5G_replace_name -> H5I_nmembers(H5I_GROUP)
is not detecteting correctly that the entry belongs to the group list
therefore a call is made to H5I_search(H5I_DATATYPE) (there are always non-named datatypes)
and H5G_replace_ent is called with a search for the datatype group
ent = H5T_entof((H5T_t*)obj_ptr);
which returns a NULL ent
a tweak for this is to add
if( !ent) goto done;
Platforms tested:
windows 2000, Linux, Solaris with fortran
Diffstat (limited to 'release_docs')
0 files changed, 0 insertions, 0 deletions