diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 01:07:23 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 01:07:23 +0000 |
commit | cf4d923d70992c152917cf6100753ebf0eac89d6 (patch) | |
tree | f1f21d4cfb193318af0d620c51ee8b8d41440035 /test | |
parent | d3d4156ef9d4d7e934e246dc265138be224f2612 (diff) | |
download | luasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.tar.gz luasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.tar.bz2 luasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.zip |
Ported to Win32!
Diffstat (limited to 'test')
-rw-r--r-- | test/testclnt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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(...) | |||
13 | end | 13 | end |
14 | 14 | ||
15 | function warn(...) | 15 | function warn(...) |
16 | local s = format(unpack(arg)) | 16 | local s = string.format(unpack(arg)) |
17 | io.write("WARNING: ", s, "\n") | 17 | io.write("WARNING: ", s, "\n") |
18 | end | 18 | end |
19 | 19 | ||