From b155a777629e991374fa2f8609719cb861de4cc2 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Tue, 30 Jun 2020 00:57:46 -0500 Subject: Changed wording in comment. --- src/H5Fsuper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5Fsuper.c b/src/H5Fsuper.c index 459a046..9fd2831 100644 --- a/src/H5Fsuper.c +++ b/src/H5Fsuper.c @@ -898,9 +898,9 @@ H5F__super_read(H5F_t *f, H5P_genplist_t *fa_plist, hbool_t initial_read) else { if(H5F__super_ext_remove_msg(f, H5O_FSINFO_ID) < 0) { -#if 1 /* when removing "KLUGE ALERT" above, tidy this up as well */ /* BMR */ +#if 1 /* bug fix test code -- tidy this up if all goes well */ /* JRM */ f->shared->sblock = NULL; -#endif /* BMR */ +#endif /* JRM */ HGOTO_ERROR(H5E_FILE, H5E_CANTDELETE, FAIL, "error in removing message from superblock extension") } -- cgit v0.12