summaryrefslogtreecommitdiffstats
path: root/fortran/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-04-15 00:27:11 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-04-15 00:27:11 (GMT)
commit28d25203415f441930fc459db29e87b7116479da (patch)
tree4eed867e742c129f5933e66e6e236ccb55837ea5 /fortran/configure.in
parent03b8054a7cacb5d39a4347381b3149a976d75505 (diff)
downloadhdf5-28d25203415f441930fc459db29e87b7116479da.zip
hdf5-28d25203415f441930fc459db29e87b7116479da.tar.gz
hdf5-28d25203415f441930fc459db29e87b7116479da.tar.bz2
[svn-r6672] Purpose:
Bug Fix Description: When calling "H5F_get_access_plist" after setting the FAPL to a multi driver, and then trying to get the multi driver back, it resulted in returing a "NULL" value instead of the driver. Solution: The stuff at the location pointed to by the driver was being stored into the property list and not the pointer to the driver itself. Changed the "H5P_set" code so that it stores the pointer instead of the driver...(Added an "&" in from of the "driver_info" variable). Platforms tested: Arabica (Fortran) Burrwhite (Fortran & C++) Modi4 (Fortran & Parallel) Misc. update:
Diffstat (limited to 'fortran/configure.in')
0 files changed, 0 insertions, 0 deletions