fixed buffer.lua, now actually works.
This commit is contained in:
parent
a95611806d
commit
611190b0bf
@ -3,7 +3,7 @@ function buffer.create(w,c) -- worker, close
|
||||
local t={}
|
||||
t.b=""
|
||||
function t.w(s,d)
|
||||
s.b=s.b..TS(d)
|
||||
s.b=s.b..tostring(d)
|
||||
end
|
||||
t.write = t.w
|
||||
function t.r(s,l)
|
||||
|
Loading…
Reference in New Issue
Block a user