Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ah that explains it
Browse files Browse the repository at this point in the history
carnaval committed Apr 11, 2016
1 parent 87c6dc9 commit a5ecd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/deprecated.jl
Original file line number Diff line number Diff line change
@@ -77,8 +77,8 @@ function firstcaller(bt::Array{Ptr{Void},1}, funcsym::Symbol)
i = 1
while i <= length(bt)
lkups = StackTraces.lookup(bt[i])
i += 1
for lkup in lkups
i += 1
if lkup === StackTraces.UNKNOWN
continue
end

0 comments on commit a5ecd47

Please sign in to comment.