Skip to content

Commit

Permalink
corrected offset type in C wrapper (HDFGroup#4622)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld authored Jul 5, 2024
1 parent 8d50786 commit 96acf6c
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 96acf6c

Please sign in to comment.