diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ltn12.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ltn12.lua b/src/ltn12.lua index f75cd07..dede0fa 100644 --- a/src/ltn12.lua +++ b/src/ltn12.lua | |||
| @@ -43,7 +43,7 @@ end | |||
| 43 | -- (thanks to Wim Couwenberg) | 43 | -- (thanks to Wim Couwenberg) |
| 44 | function filter.chain(...) | 44 | function filter.chain(...) |
| 45 | local arg = {...} | 45 | local arg = {...} |
| 46 | local n = select('#',...) | 46 | local n = base.select('#',...) |
| 47 | local top, index = 1, 1 | 47 | local top, index = 1, 1 |
| 48 | local retry = "" | 48 | local retry = "" |
| 49 | return function(chunk) | 49 | return function(chunk) |
