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 68827c0..0ad1de0 100644
--- a/src/H5B.c
+++ b/src/H5B.c
@@ -1248,7 +1248,7 @@ H5B_iterate (H5F_t *f, hid_t dxpl_id, const H5B_class_t *type, H5B_operator_t op
ret_value = (*op)(f, dxpl_id, key + (u * type->sizeof_nkey),
child[u], key + ((u + 1) * type->sizeof_nkey), udata);
if(ret_value < 0)
- HGOTO_ERROR(H5E_BTREE, H5E_CANTINIT, FAIL, "iterator function failed")
+ HERROR(H5E_BTREE, H5E_CANTLIST, "iterator function failed");
} /* end for */
} /* end for */
} /* end else */