From 3fe6c417be629cae48e1a7d0e657676a8da06bc2 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 26 May 2021 17:44:39 +0200 Subject: [PATCH] text --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 672857251..3324ba3dc 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -3127,7 +3127,7 @@ static int CmdHF14AMfChk(const char *Cmd) { uint8_t s = GetSectorFromBlockNo(b); uint8_t sectrail = (FirstBlockOfSector(s) + NumBlocksPerSector(s) - 1); PrintAndLogEx(INFO, "Sector: %u, First block: %u, Last block: %u, Num of blocks: %u", s, FirstBlockOfSector(s), sectrail, NumBlocksPerSector(s)); - PrintAndLogEx(INFO, "Reading last block"); + PrintAndLogEx(INFO, "Reading sector trailer"); mf_readblock_t payload; payload.blockno = sectrail;