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={}
|
local t={}
|
||||||
t.b=""
|
t.b=""
|
||||||
function t.w(s,d)
|
function t.w(s,d)
|
||||||
s.b=s.b..TS(d)
|
s.b=s.b..tostring(d)
|
||||||
end
|
end
|
||||||
t.write = t.w
|
t.write = t.w
|
||||||
function t.r(s,l)
|
function t.r(s,l)
|
||||||
|
Loading…
Reference in New Issue
Block a user