Skip to content

Commit

Permalink
Put back comment about legacy VAX files
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Jul 10, 2024
1 parent 77a0c95 commit ae4e075
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/H5Tconv_float.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ H5T__conv_f_f_loop(const H5T_t *src_p, const H5T_t *dst_p, const H5T_conv_ctx_t
HGOTO_ERROR(H5E_DATATYPE, H5E_CANTCONVERT, FAIL, "can't handle conversion exception");

goto padding;
/* Temporary solution to handle VAX special values.
* Note that even though we don't support VAX anymore, we
* still need to handle legacy VAX files so this code must
* remain in place.
*/
}

/*
Expand Down

0 comments on commit ae4e075

Please sign in to comment.