From e9d54ca186be0e6cca65dcfb6d1eed5362a308ae Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 20 Jul 2005 17:38:46 -0500 Subject: [svn-r11092] Purpose: Correct a typo for function declaration. It causes problems for windows DLLs. Description: In file hdf5\hl\fortran\src\H5LTf90proto.h Line 183 'n' might be missed in the very beginning "h5ltget_dataset_ndims_c" should change to "nh5ltget_dataset_ndims_c" Solution: change it. Platforms tested: too minor to test at other platform, Fang reported this, so I assume it should work on windows. Misc. update: --- hl/fortran/src/H5LTf90proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hl/fortran/src/H5LTf90proto.h b/hl/fortran/src/H5LTf90proto.h index e3c36fd..9a198a9 100755 --- a/hl/fortran/src/H5LTf90proto.h +++ b/hl/fortran/src/H5LTf90proto.h @@ -180,7 +180,7 @@ nh5ltget_attribute_string_c(hid_t_f *loc_id, H5_DLL int_f -h5ltget_dataset_ndims_c(hid_t_f *loc_id, +nh5ltget_dataset_ndims_c(hid_t_f *loc_id, int_f *namelen, _fcd name, int_f *rank); -- cgit v0.12