From aa4f40ee3db1c18bdfd0b5976d7b087a83affc58 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 28 Jul 2016 15:59:35 +0200 Subject: [PATCH] src/h5core/private/h5_model.h - h5priv_normalize_type(): bugfix: wrong type in H5_PRIV_API_ENTER() set --- src/h5core/private/h5_model.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/h5core/private/h5_model.h b/src/h5core/private/h5_model.h index 0dc647a..6c451e1 100644 --- a/src/h5core/private/h5_model.h +++ b/src/h5core/private/h5_model.h @@ -167,13 +167,13 @@ h5priv_map_enum_to_normalized_type ( } /* - Get H5hut type from corresponding HDF5 type. + Normaize a given HDF5 data type. */ static inline hid_t h5priv_normalize_type ( hid_t type ) { - H5_PRIV_API_ENTER (h5_int64_t, + H5_PRIV_API_ENTER (hid_t, "type=%lld", (long long int)type); H5T_class_t tclass;