Skip to content

Commit

Permalink
H5Eprint re-work
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Feb 23, 2024
1 parent 8672d31 commit aadb14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/src/H5Eff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ SUBROUTINE h5eprint2_f(err_stack, hdferr, name)
c_namelen = C_LOC(namelen)
hdferr = h5eprint_c(err_stack, name, c_namelen)
ELSE
hdferr = h5eprint_c(err_stack, "", C_NULL_PTR)
hdferr = h5eprint_c(err_stack, C_NULL_CHAR, C_NULL_PTR)
ENDIF
END SUBROUTINE h5eprint2_f

Expand Down

0 comments on commit aadb14a

Please sign in to comment.