src/h5core/private/h5_model.h

- h5priv_normalize_type(): bugfix: wrong type in H5_PRIV_API_ENTER() set
This commit is contained in:
2016-07-28 15:59:35 +02:00
parent f1daa56cb8
commit aa4f40ee3d
+2 -2
View File
@@ -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 static inline hid_t
h5priv_normalize_type ( h5priv_normalize_type (
hid_t type hid_t type
) { ) {
H5_PRIV_API_ENTER (h5_int64_t, H5_PRIV_API_ENTER (hid_t,
"type=%lld", "type=%lld",
(long long int)type); (long long int)type);
H5T_class_t tclass; H5T_class_t tclass;