summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index b338cce..94e90d8 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -2139,7 +2139,7 @@ H5_trace (double *returning, const char *func, const char *type, ...)
/* This may generate recursive call to the library... -QAK */
{
H5S_t *space = H5I_object(obj);
- if (H5S_SIMPLE==H5S_get_simple_extent_type(space)) {
+ if (H5S_SIMPLE==H5S_GET_SIMPLE_EXTENT_TYPE(space)) {
asize[argno] = H5S_get_simple_extent_ndims(space);
}
}