From 13963593a293239ad95bf0739289da216741a443 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 16 Aug 2021 19:11:14 +0300 Subject: [PATCH] cov 354821 --- client/src/cmdhfmfdes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index e04d27774..ce8844aae 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -5058,7 +5058,7 @@ static int CmdHF14ADesWriteData(const char *Cmd) { if (verbose) { if (readeridpushed) - PrintAndLogEx(INFO, "TMC and TMV[%d]: %s", resplen, sprint_hex(resp, resplen)); + PrintAndLogEx(INFO, "TMC and TMV[%zu]: %s", resplen, sprint_hex(resp, resplen)); PrintAndLogEx(INFO, "Commit " _GREEN_("OK")); }