summaryrefslogtreecommitdiffstats
path: root/src/H5FSsection.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-06-29 09:38:14 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-06-29 09:38:14 (GMT)
commitf250815151df8da8a93c0ff781a3cf134f1c6cbd (patch)
treeaea82df0c2ef0e68c0752020b221e65e9a56e709 /src/H5FSsection.c
parent13d951d37205bcd48723330a898e5d67c5e1ecb2 (diff)
downloadhdf5-f250815151df8da8a93c0ff781a3cf134f1c6cbd.zip
hdf5-f250815151df8da8a93c0ff781a3cf134f1c6cbd.tar.gz
hdf5-f250815151df8da8a93c0ff781a3cf134f1c6cbd.tar.bz2
Cleaned up misc warnings.
Diffstat (limited to 'src/H5FSsection.c')
-rw-r--r--src/H5FSsection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FSsection.c b/src/H5FSsection.c
index d15e299..9f86aea 100644
--- a/src/H5FSsection.c
+++ b/src/H5FSsection.c
@@ -2539,7 +2539,7 @@ H5FS_vfd_alloc_hdr_and_section_info_if_needed(H5F_t *f, H5FS_t *fspace,
/* Allocate space for the free space header */
if(HADDR_UNDEF == (fspace->addr = H5MF_alloc(f, H5FD_MEM_FSPACE_HDR, hdr_alloc_size)))
- HGOTO_ERROR(H5E_RESOURCE, H5E_NOSPACE, NULL, "file allocation failed for free space header")
+ HGOTO_ERROR(H5E_RESOURCE, H5E_NOSPACE, FAIL, "file allocation failed for free space header")
/* Cache the new free space header (pinned) */
if(H5AC_insert_entry(f, H5AC_FSPACE_HDR, fspace->addr, fspace, H5AC__PIN_ENTRY_FLAG) < 0)