summaryrefslogtreecommitdiffstats
path: root/src/H5Gnode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Gnode.c')
-rw-r--r--src/H5Gnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gnode.c b/src/H5Gnode.c
index 02172da..5580993 100644
--- a/src/H5Gnode.c
+++ b/src/H5Gnode.c
@@ -985,7 +985,7 @@ H5G_node_debug(H5F_t *f, const haddr_t *addr, FILE * stream, intn indent,
"Name:",
s);
}
- H5G_ent_debug(f, sn->entry + i, stream, indent, fwidth);
+ H5G_ent_debug(f, sn->entry + i, stream, indent, fwidth, heap);
}
H5AC_unprotect(f, H5AC_SNODE, addr, sn);