Skip to content

Commit

Permalink
corrected offset type in C wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jul 2, 2024
1 parent 773831f commit 04386fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/src/H5Pf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ h5pget_external_c(hid_t_f *prp_id, int_f *idx, size_t_f *name_size, _fcd name, o
herr_t status;
size_t c_namelen;
char *c_name = NULL;
off_t c_offset;
HDoff_t c_offset;
hsize_t size;

c_namelen = (size_t)*name_size;
Expand Down

0 comments on commit 04386fb

Please sign in to comment.