mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-12 22:03:31 +02:00
Ported to Win32!
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user