Skip to content

Commit

Permalink
whoops, forgot to declare a variable in annotate.load_source_files
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffleyland committed Sep 2, 2011
1 parent 0753819 commit a7d69aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/jit/annotate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ local function load_source_files(traces)
end
end
for source in pairs(source_map) do
filename = source:sub(2,-1)
local filename = source:sub(2,-1)
local f = io.open(filename, "r")
if f then
local lines = {}
Expand Down

0 comments on commit a7d69aa

Please sign in to comment.