Skip to content

Commit

Permalink
missing local prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tst2005 committed Jul 27, 2016
1 parent 6f56368 commit 23d758c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/lua-corona/noobhub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ noobhub = {

local got_something_new = false
while true do
skt, e, p = v:receive()
local skt, e, p = v:receive()
if (skt) then self.buffer = self.buffer .. skt; got_something_new=true; end
if (p) then self.buffer = self.buffer .. p; got_something_new=true; end
if (not skt) then break; end
Expand Down Expand Up @@ -137,4 +137,4 @@ noobhub = {

return self
end -- /new
}
}

0 comments on commit 23d758c

Please sign in to comment.