From 851905361ddd5e851b51eb309ba42f8c92d6fe79 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 23 Mar 2016 21:47:40 +0100 Subject: [PATCH] src/Fortran/H5.c: - h5_setprop_file_corevfd(): bugfix --- src/Fortran/H5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fortran/H5.c b/src/Fortran/H5.c index 4199020..0b5974a 100644 --- a/src/Fortran/H5.c +++ b/src/Fortran/H5.c @@ -105,7 +105,7 @@ h5_setprop_file_corevfd ( "prop=%lld, increment=%lld", (long long int)*_prop, (long long int)*increment); h5_prop_t prop = (h5_prop_t)*_prop; - H5_API_RETURN ((h5_int64_t)h5_set_prop_file_core_vfd (prop, increment)); + H5_API_RETURN ((h5_int64_t)h5_set_prop_file_core_vfd (prop, *increment)); } #define h5_setprop_file_align FC_MANGLING ( \