diff options
-rw-r--r-- | fortran/src/H5Pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Pf.c b/fortran/src/H5Pf.c index b89ca12..8671a0e 100644 --- a/fortran/src/H5Pf.c +++ b/fortran/src/H5Pf.c @@ -2897,9 +2897,9 @@ nh5pset_fapl_multi_c ( hid_t_f *prp_id , int_f *memb_map, hid_t_f *memb_fapl, _f char *tmp, *tmp_p, *tmp_pp; int i; int c_lenmax; + long double tmp_max_addr; c_lenmax = (int)*lenmax; relax = (hbool_t)*flag; - long double tmp_max_addr; /* * Check that we got correct values from Fortran for memb_addr array */ |