summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5L_F03.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2014-09-29 15:57:15 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2014-09-29 15:57:15 (GMT)
commita9ac64296a8c819d842ffd1dff225c888870c8dc (patch)
tree7e2b5d2fd206aa4fa6f8719b63c25bb0631fef3d /fortran/test/tH5L_F03.f90
parent767e3e2f6d3fc573e4683c8a676c526688be5b23 (diff)
downloadhdf5-a9ac64296a8c819d842ffd1dff225c888870c8dc.zip
hdf5-a9ac64296a8c819d842ffd1dff225c888870c8dc.tar.gz
hdf5-a9ac64296a8c819d842ffd1dff225c888870c8dc.tar.bz2
[svn-r25630] Brought changes from the trunk to the branch:
svn merge -r25432:25629 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
Diffstat (limited to 'fortran/test/tH5L_F03.f90')
-rw-r--r--fortran/test/tH5L_F03.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5L_F03.f90 b/fortran/test/tH5L_F03.f90
index 8cc17fb..795f1e2 100644
--- a/fortran/test/tH5L_F03.f90
+++ b/fortran/test/tH5L_F03.f90
@@ -58,7 +58,7 @@ CONTAINS
!**
!***************************************************************
- INTEGER FUNCTION liter_cb(group, name, link_info, op_data) bind(C)
+ INTEGER(KIND=C_INT) FUNCTION liter_cb(group, name, link_info, op_data) bind(C)
USE HDF5
USE ISO_C_BINDING