Skip to content

Commit cd96517

Browse files
committed
position(io) always return an Int64.
1 parent 86ffe10 commit cd96517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MachO/MachOFat.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343
struct FatMachOHandle{T <: IO} <: AbstractMachOHandle{T}
4444
# Backing IO and start point within the IOStream of this MachO object
4545
io::T
46-
start::Int
46+
start::Int64
4747

4848
# The parsed-out header of the MachO object
4949
header::MachOFatHeader

0 commit comments

Comments
 (0)