Fix bencode for lua 5.2+
1 files changed, 1 insertions(+), 1 deletions(-) M bencode.lua
M bencode.lua => bencode.lua +1 -1
@@ 1,4 1,4 @@ --- needed for nrepl client +local unpack = unpack or table.unpack local encode, decode local function decode_list(str, t, total_len)