Ported to Win32!

This commit is contained in:
Diego Nehab 2003-03-21 01:07:23 +00:00
parent d3d4156ef9
commit cf4d923d70
7 changed files with 55 additions and 45 deletions

View file

@ -13,7 +13,7 @@ function fail(...)
end
function warn(...)
local s = format(unpack(arg))
local s = string.format(unpack(arg))
io.write("WARNING: ", s, "\n")
end