summaryrefslogtreecommitdiffstats
path: root/src/H5B.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5B.c')
-rw-r--r--src/H5B.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B.c b/src/H5B.c
index 43051ca..7ccbc61 100644
--- a/src/H5B.c
+++ b/src/H5B.c
@@ -1565,7 +1565,7 @@ H5B_iterate (H5F_t *f, const H5B_class_t *type, const haddr_t *addr,
child+i, key+(i+1)*type->sizeof_nkey,
udata);
if (ret_value<0) {
- HGOTO_ERROR(H5E_BTREE, H5E_INTERNAL, FAIL,
+ HGOTO_ERROR(H5E_BTREE, H5E_CANTINIT, FAIL,
"iterator function failed");
}
}