This commit is contained in:
Philippe Teuwen 2019-04-28 22:54:00 +02:00
commit 69f8d81f4e
12 changed files with 42 additions and 43 deletions

View file

@ -174,7 +174,7 @@ local function main( args)
local blocks, err = getBlock(0)
if err then
close()
return oops(err)
return oops(err)
end
-- Block 3 contains number of blocks
local b3chars = {string.byte(blocks[4], 1,4)}