summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-08-28 20:10:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-08-28 20:10:21 (GMT)
commit1b488cbc147f2eaf5f95bb06ac2370145f455f4d (patch)
tree491ef2cc429efeb93138ae763b14c5d47ab2c48a /fortran
parentd329016e66520c6c8f18d67bdf6ac83492c420f4 (diff)
downloadhdf5-1b488cbc147f2eaf5f95bb06ac2370145f455f4d.zip
hdf5-1b488cbc147f2eaf5f95bb06ac2370145f455f4d.tar.gz
hdf5-1b488cbc147f2eaf5f95bb06ac2370145f455f4d.tar.bz2
[svn-r14119] Description:
Fix typo in FORTRAN wrapper for H5Glink. Tested on: FreeBSD/64 6.2 (liberty) w/FORTRAN
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/H5Gf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Gf.c b/fortran/src/H5Gf.c
index e69f91c..3d71e29 100644
--- a/fortran/src/H5Gf.c
+++ b/fortran/src/H5Gf.c
@@ -291,7 +291,7 @@ nh5glink_c(hid_t_f *loc_id, int_f *link_type, _fcd current_name,
*/
if(NULL == (c_current_name = (char *)HD5f2cstring(current_name, (size_t)*current_namelen)))
goto DONE;
- if(NULL == (c_new_name = (char *)HD5f2cstring(new_name, (size_t)new_namelen)))
+ if(NULL == (c_new_name = (char *)HD5f2cstring(new_name, (size_t)*new_namelen)))
goto DONE;
/*