summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2002-08-30 21:59:22 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2002-08-30 21:59:22 (GMT)
commitdd44d88893544a51adee20d007eb526516dab3d6 (patch)
tree2ac845ecc9f8ff739bb853a296a937e460f2624f /configure.in
parent35ea1840d10840db266a3343ecbd1ca21c68b16d (diff)
downloadhdf5-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 'configure.in')
0 files changed, 0 insertions, 0 deletions