mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
small fix
This commit is contained in:
parent
2e81635cb7
commit
8e25ed4f98
1 changed files with 2 additions and 1 deletions
|
@ -591,7 +591,7 @@ int CmdHF14AMfNested(const char *Cmd)
|
|||
transferToEml |= (ctmp == 't' || ctmp == 'T');
|
||||
createDumpFile |= (ctmp == 'd' || ctmp == 'D');
|
||||
|
||||
PrintAndLog("--nested. sectors:%2d, block no:*, , eml:%c, dmp=%c ", SectorsCnt, transferToEml?'y':'n', createDumpFile?'y':'n');
|
||||
PrintAndLog("--nested. sectors:%2d, block no:*, eml:%c, dmp=%c ", SectorsCnt, transferToEml?'y':'n', createDumpFile?'y':'n');
|
||||
} else {
|
||||
blockNo = param_get8(Cmd, 1);
|
||||
|
||||
|
@ -616,6 +616,7 @@ int CmdHF14AMfNested(const char *Cmd)
|
|||
return 3;
|
||||
}
|
||||
|
||||
// one sector nested
|
||||
if (cmdp == 'o') {
|
||||
trgBlockNo = param_get8(Cmd, 4);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue