From 32e1c9f89d1685572445217d1293df2dcb0eeb13 Mon Sep 17 00:00:00 2001 From: Vailin Choi Date: Wed, 31 Jul 2019 10:58:26 -0500 Subject: Changes based on PR review. --- src/H5Fsuper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Fsuper.c b/src/H5Fsuper.c index 8d165ec..4999565 100644 --- a/src/H5Fsuper.c +++ b/src/H5Fsuper.c @@ -1855,7 +1855,7 @@ H5O__fsinfo_set_version(H5F_t *f, H5O_fsinfo_t *fsinfo) /* Version bounds check */ if(H5O_fsinfo_ver_bounds[H5F_HIGH_BOUND(f)] == H5O_INVALID_VERSION || version > H5O_fsinfo_ver_bounds[H5F_HIGH_BOUND(f)]) - HGOTO_ERROR(H5E_DATASET, H5E_BADRANGE, FAIL, "File space info message's version out of bounds") + HGOTO_ERROR(H5E_FILE, H5E_BADRANGE, FAIL, "File space info message's version out of bounds") /* Set the message version */ fsinfo->version = version; -- cgit v0.12