summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Af.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-09 16:13:24 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-05-09 16:13:24 (GMT)
commitc9d5c195cdff15fd1d07b523ba0358b8dbe76c85 (patch)
tree9128ba7b747bfcb3d109674d09ed382757b0ea91 /fortran/src/H5Af.c
parentb7efe1e536cec3f23965c8b2283119e2b123ec30 (diff)
downloadhdf5-c9d5c195cdff15fd1d07b523ba0358b8dbe76c85.zip
hdf5-c9d5c195cdff15fd1d07b523ba0358b8dbe76c85.tar.gz
hdf5-c9d5c195cdff15fd1d07b523ba0358b8dbe76c85.tar.bz2
[svn-r14958] Cosmetic changes and fixed integer type mismatch in C routine wrapper.
Diffstat (limited to 'fortran/src/H5Af.c')
-rw-r--r--fortran/src/H5Af.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Af.c b/fortran/src/H5Af.c
index 9818258..4eab9c9 100644
--- a/fortran/src/H5Af.c
+++ b/fortran/src/H5Af.c
@@ -1340,7 +1340,7 @@ done:
*---------------------------------------------------------------------------*/
int_f
nh5aopen_by_idx_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
- int_f *idx_type, int_f *order, size_t_f *n, hid_t_f *aapl_id, hid_t_f *lapl_id, hid_t_f *attr_id )
+ int_f *idx_type, int_f *order, hsize_t_f *n, hid_t_f *aapl_id, hid_t_f *lapl_id, hid_t_f *attr_id )
{
char *c_obj_name = NULL; /* Buffer to hold C string */
H5_index_t c_idx_type;