small fix

This commit is contained in:
merlokk 2017-09-27 19:15:53 +03:00
commit 8e25ed4f98

View file

@ -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);