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 d309d97..390ea7d 100644
--- a/src/H5Gnode.c
+++ b/src/H5Gnode.c
@@ -957,7 +957,7 @@ H5G_node_debug(H5F_t *f, const haddr_t *addr, FILE * stream, intn indent,
* B-tree node.
*/
if (NULL == (sn = H5AC_protect(f, H5AC_SNODE, addr, NULL, NULL))) {
- H5ECLEAR; /*discard that error */
+ H5E_clear(); /*discard that error */
status = H5B_debug(f, addr, stream, indent, fwidth, H5B_SNODE, NULL);
if (status < 0) {
HRETURN_ERROR(H5E_SYM, H5E_CANTLOAD, FAIL,