Skip to content

Commit ff9fe57

Browse files
committed
fix for 32-bit, apparently position(s) always returns Int64
1 parent 4346a89 commit ff9fe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/loadsave.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Base.close(stream::DummyReader) = stream.ownstream && close(stream.stream)
8585
mutable struct DummyWriter{IOtype}
8686
stream::IOtype
8787
ownstream::Bool
88-
headerpos::Int
88+
headerpos::Int64
8989
byteswritten::Int
9090
end
9191

0 commit comments

Comments
 (0)