From c54c92bf136820e5e94dd8335e99e010d69c5df8 Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 19 May 2020 14:52:39 -0500 Subject: Use new style of error reporting. --- tools/lib/h5diff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c index 42010be..8b6ace9 100644 --- a/tools/lib/h5diff.c +++ b/tools/lib/h5diff.c @@ -278,8 +278,8 @@ build_match_list (const char *objname1, trav_info_t *info1, const char *objname2 /* init */ trav_table_init(info1->fid, &table); if (table == NULL) { - H5TOOLS_INFO(H5E_tools_min_id_g, "Cannot create traverse table"); - goto done; + H5TOOLS_INFO("Cannot create traverse table"); + H5TOOLS_GOTO_DONE_NO_RET(); } /* -- cgit v0.12