mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -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}
|
||||
local status = checkCommand(command)
|
||||
if status then return status, blockNo end
|
||||
start = start+n
|
||||
start = start+n --fixed base on pwpiwi's reccomendation
|
||||
remaining = remaining - n
|
||||
end
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue