From 7ee63b072e710a4b3dc1b41c74517076129f38c8 Mon Sep 17 00:00:00 2001 From: merlokk Date: Fri, 6 Oct 2017 21:50:15 +0300 Subject: [PATCH] small fix. works. --- client/cmdhfmf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index a70f6ce9..da43c9d7 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -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++) {