Skip to content

Commit

Permalink
Bugfix in vcat.
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarFarneback committed Sep 25, 2015
1 parent d233ef3 commit 51b6d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ function hcat(X::Number...)
end

function vcat{T}(V::AbstractVector{T}...)
n = 0
n::Int = 0
for Vk in V
n += length(Vk)
end
Expand Down

0 comments on commit 51b6d24

Please sign in to comment.