Skip to content

Commit b8d3dfb

Browse files
committed
Fix for 32-bit OS.
1 parent 61f51dd commit b8d3dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CosObjStream.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function make_number(data, start, nbytes)
1212
end
1313

1414
function get_xref_record(data, start, w)
15-
v=Array{Int64,1}()
15+
v=Vector{Int}()
1616
for tw in w
1717
n = make_number(data, start, tw)
1818
start += tw

0 commit comments

Comments
 (0)