Ported to Win32!
This commit is contained in:
parent
d3d4156ef9
commit
cf4d923d70
7 changed files with 55 additions and 45 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue