mirror of
https://github.com/kepler155c/opus
synced 2024-12-24 23:50:26 +00:00
webrun
This commit is contained in:
parent
890fad5099
commit
b618246679
@ -79,7 +79,7 @@ function urlfs.open(node, fn, fl)
|
||||
return {
|
||||
read = function()
|
||||
ctr = ctr + 1
|
||||
return c:sub(ctr, ctr)
|
||||
return c:sub(ctr, ctr):byte()
|
||||
end,
|
||||
close = function()
|
||||
ctr = 0
|
||||
|
Loading…
Reference in New Issue
Block a user