diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-06-29 19:16:35 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-06-29 19:16:35 (GMT) |
commit | 7c006fd7617d54ab1b97e9aa1d7d8600385f3f3f (patch) | |
tree | d7fd63ac4d7b78bccbe078af176851e29798f92a /src | |
parent | 785a1cef0c2ea2d1a179d86e34117ffd73aaa70d (diff) | |
download | hdf5-7c006fd7617d54ab1b97e9aa1d7d8600385f3f3f.zip hdf5-7c006fd7617d54ab1b97e9aa1d7d8600385f3f3f.tar.gz hdf5-7c006fd7617d54ab1b97e9aa1d7d8600385f3f3f.tar.bz2 |
- added comment to explain a kluge
- added the associated entry to release notes
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fsuper.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fsuper.c b/src/H5Fsuper.c index 40e93ec..459a046 100644 --- a/src/H5Fsuper.c +++ b/src/H5Fsuper.c @@ -898,7 +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 */ f->shared->sblock = NULL; +#endif /* BMR */ HGOTO_ERROR(H5E_FILE, H5E_CANTDELETE, FAIL, "error in removing message from superblock extension") } |