From a4c8e8fd5636e6059beb2031cb98af3dc1617dd3 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 29 Aug 2007 08:22:58 -0500 Subject: [svn-r14125] Description: Correct another typo in return value on error FAIL -> NULL Tested on: FreeBSD/32 6.2 (duty) --- src/H5G.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5G.c b/src/H5G.c index a43d49f..906e739 100644 --- a/src/H5G.c +++ b/src/H5G.c @@ -1011,7 +1011,7 @@ H5G_open_name(const H5G_loc_t *loc, const char *name, hid_t gapl_id, done: if(!ret_value) { if(loc_found && H5G_loc_free(&grp_loc) < 0) - HDONE_ERROR(H5E_SYM, H5E_CANTRELEASE, FAIL, "can't free location") + HDONE_ERROR(H5E_SYM, H5E_CANTRELEASE, NULL, "can't free location") } /* end if */ FUNC_LEAVE_NOAPI(ret_value) -- cgit v0.12