~technomancy/shevek

a7a5f1b89c65b6483b8a9e8a042b92f8920ecc70 — Phil Hagelberg 3 years ago 58b20ab
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)