From 2b34c64ddeb5780630eba74d91ef76ec163415bd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 25 Nov 2020 19:28:27 +0100 Subject: [PATCH] fix coverity 226302 --- client/src/cmdlfvisa2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlfvisa2000.c b/client/src/cmdlfvisa2000.c index 04e16e727..ee145e2b9 100644 --- a/client/src/cmdlfvisa2000.c +++ b/client/src/cmdlfvisa2000.c @@ -207,7 +207,7 @@ static int CmdVisa2kClone(const char *Cmd) { blocks[2] = id; blocks[3] = (visa_parity(id) << 4) | visa_chksum(id); - PrintAndLogEx(INFO, "Preparing to clone Visa2000 to " _YELLOW_("%s") " with CardId: %"PRIu64, cardtype, id); + PrintAndLogEx(INFO, "Preparing to clone Visa2000 to " _YELLOW_("%s") " with CardId: %"PRIu32, cardtype, id); print_blocks(blocks, ARRAYLEN(blocks)); int res;