CHG:forget the "base"..

This commit is contained in:
iceman1001 2017-01-25 08:36:51 +01:00
parent f364f71294
commit 4431b482d7

View file

@ -168,7 +168,7 @@ function main(args)
-- or actually blockNo and keytype
-- just try default for now
if sector == 1 and targetkeytype == 0 then
keyA = tonumber(key)
keyA = tonumber(key,16)
else
local err, foundkey = core.hardnested(blockno, keytype, key, trgblockno, tostring(targetkeytype), trgkey, 0,0,0,0)
foundkey = foundkey or ""