Closer to release...

This commit is contained in:
Diego Nehab 2003-03-28 21:08:50 +00:00
parent 307603b24d
commit f18d1b7cd0
31 changed files with 163 additions and 77 deletions

View file

@ -60,7 +60,7 @@ local empty = function()
end
local get = function()
s = ""
local s = ""
for i,v in ipairs(files) do
s = s .. "\n" .. readfile(v)
end