mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
Fix for issue #628
This commit is contained in:
parent
2fcc4ec497
commit
9d30a5f7c0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function checkBlock(blockNo, keys, keyType)
|
||||||
data = data}
|
data = data}
|
||||||
local status = checkCommand(command)
|
local status = checkCommand(command)
|
||||||
if status then return status, blockNo end
|
if status then return status, blockNo end
|
||||||
start = start+n
|
start = start+n --fixed base on pwpiwi's reccomendation
|
||||||
remaining = remaining - n
|
remaining = remaining - n
|
||||||
end
|
end
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue