This commit is contained in:
kepler155c@gmail.com 2017-06-02 15:50:05 -04:00
parent 890fad5099
commit b618246679
1 changed files with 1 additions and 1 deletions

View File

@ -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