Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasIsensee committed Aug 27, 2024
1 parent 4db6d39 commit 07055f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ end
seek(io, header_offset)
f.end_of_data = header_offset + fullsz

track!(wsession, data, header_offset)
track!(wsession, data, h5offset(f, header_offset))

cio = begin_checksum_write(io, fullsz - 4)
jlwrite(cio, ObjectStart(size_flag(psz)))
Expand Down

0 comments on commit 07055f1

Please sign in to comment.