fix: array index out of range in mfkeys.log (thanks to @TomHarkness)

This commit is contained in:
pwpiwi 2018-07-19 18:01:18 +02:00
commit b2e0ac5d3b

View file

@ -68,7 +68,7 @@ function checkBlock(blockNo, keys, keyType)
data = data}
local status = checkCommand(command)
if status then return status, blockNo end
start = start+n+1
start = start + n
remaining = remaining - n
end
return nil