diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -74,7 +74,7 @@ function metat.__index:command(cmd, arg) | |||
| 74 | end | 74 | end |
| 75 | 75 | ||
| 76 | function metat.__index:sink(snk, pat) | 76 | function metat.__index:sink(snk, pat) |
| 77 | local chunk, err = c:receive(pat) | 77 | local chunk, err = self.c:receive(pat) |
| 78 | return snk(chunk, err) | 78 | return snk(chunk, err) |
| 79 | end | 79 | end |
| 80 | 80 | ||
