diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 23:08:56 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 23:08:56 +0000 |
commit | 07dda08c5d25dca0f8e79b80998559544aa7c398 (patch) | |
tree | 7501fff7707f67c24634256818b0336a8a1853ac /samples | |
parent | 597a062b1bc38488df1363995eece8a9f19c7111 (diff) | |
download | luasocket-07dda08c5d25dca0f8e79b80998559544aa7c398.tar.gz luasocket-07dda08c5d25dca0f8e79b80998559544aa7c398.tar.bz2 luasocket-07dda08c5d25dca0f8e79b80998559544aa7c398.zip |
Changed the return of the send function...
Diffstat (limited to 'samples')
-rw-r--r-- | samples/talker.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/talker.lua b/samples/talker.lua index 94d2133..bafd021 100644 --- a/samples/talker.lua +++ b/samples/talker.lua | |||
@@ -4,7 +4,7 @@ | |||
4 | -- Author: Diego Nehab | 4 | -- Author: Diego Nehab |
5 | -- RCS ID: $Id$ | 5 | -- RCS ID: $Id$ |
6 | ----------------------------------------------------------------------------- | 6 | ----------------------------------------------------------------------------- |
7 | require("socket") | 7 | socket = require("socket") |
8 | host = host or "localhost" | 8 | host = host or "localhost" |
9 | port = port or 8080 | 9 | port = port or 8080 |
10 | if arg then | 10 | if arg then |