small fix. works.

This commit is contained in:
merlokk 2017-10-06 21:50:15 +03:00
commit 7ee63b072e

View file

@ -1224,9 +1224,11 @@ int CmdHF14AMfChk(const char *Cmd)
bytes_to_num(foundKey[0][i], 6), validKey[0][i]?1:0, bytes_to_num(foundKey[1][i], 6), validKey[1][i]?1:0);
}
PrintAndLog("|---|----------------|---|----------------|---|");
} else {
PrintAndLog("");
PrintAndLog("No valid keys found.");
}
if (transferToEml) {
uint8_t block[16];
for (uint16_t sectorNo = 0; sectorNo < SectorsCnt; sectorNo++) {