From cf4d923d70992c152917cf6100753ebf0eac89d6 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Fri, 21 Mar 2003 01:07:23 +0000 Subject: Ported to Win32! --- test/testclnt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testclnt.lua b/test/testclnt.lua index 15f1dd8..7c65823 100644 --- a/test/testclnt.lua +++ b/test/testclnt.lua @@ -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 -- cgit v1.2.3-55-g6feb