Skip to content

Commit

Permalink
Changed wording in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Jun 30, 2020
1 parent 7c006fd commit b155a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5Fsuper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit b155a77

Please sign in to comment.