Skip to content

Commit

Permalink
Add correct signature for _h5fileLock to header.
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Nov 30, 2023
1 parent 3c50877 commit 4e62f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

\subsection{Bug fixes}{
\itemize{
\item Corrected an issue where the function prototype for _h5fileLock()
differed from the actual implementation.
\item Addressed a bug where fixed length string attributes would be one
character shorter than they should be. Backported to rhdf5 2.46.1.
(Thanks to Aaron Lun @LTLA for reporting this
Expand Down
2 changes: 1 addition & 1 deletion src/h5testLock.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#include "myhdf5.h"
#include <H5private.h>

SEXP _h5fileLock();
SEXP _h5fileLock(SEXP _file_name);

0 comments on commit 4e62f46

Please sign in to comment.