summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-21 21:08:08 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-21 21:08:08 (GMT)
commit91c1f420e6aa72a9f90b62d9db62f8a566a65467 (patch)
treedd120b9a89723027324c7b0d4d7cc5db95730737 /fortran
parente8e47591f79b4ed0ad2a4fe246e57b203b5ff020 (diff)
downloadhdf5-91c1f420e6aa72a9f90b62d9db62f8a566a65467.zip
hdf5-91c1f420e6aa72a9f90b62d9db62f8a566a65467.tar.gz
hdf5-91c1f420e6aa72a9f90b62d9db62f8a566a65467.tar.bz2
[svn-r15066] Description:
Change the interface argument to match that of the actual function.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5Tff.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Tff.f90 b/fortran/src/H5Tff.f90
index b78c2fd..8f12886 100644
--- a/fortran/src/H5Tff.f90
+++ b/fortran/src/H5Tff.f90
@@ -3041,7 +3041,7 @@ CONTAINS
! MS FORTRAN needs explicit interface for C functions called here.
!
INTERFACE
- INTEGER FUNCTION h5tset_tag_c(type_id, tag, namelen)
+ INTEGER FUNCTION h5tset_tag_c(type_id, tag, taglen)
USE H5GLOBAL
!DEC$ IF DEFINED(HDF5F90_WINDOWS)
!DEC$ ATTRIBUTES C,reference,decorate,alias:'H5TSET_TAG_C'::h5tset_tag_c