Skip to content

Commit

Permalink
x86 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasIsensee committed Aug 31, 2024
1 parent 22a23ed commit 684cfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/explicit_datasets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ function ArrayDataset(dset::Dataset)
dt = dset.datatype
return ArrayDataset(
f, dset,
reverse(dset.dataspace.dimensions),
Int.(reverse(dset.dataspace.dimensions)),
fileoffset(f, dset.layout.data_address),
jltype(f, !(f.plain) && dt isa SharedDatatype ? get(f.datatype_locations, dt.header_offset, dt) : dt)
)
Expand Down

0 comments on commit 684cfb6

Please sign in to comment.