From ddfca6b415d290f6a9577ccaba88f5c17d5415ee Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 28 Nov 2020 13:46:33 +0100 Subject: [PATCH] textual --- 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 ee145e2b9..2e57202c2 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: %"PRIu32, cardtype, id); + PrintAndLogEx(INFO, "Preparing to clone Visa2000 to " _YELLOW_("%s") " with CardId: " _GREEN_("%"PRIu32), cardtype, id); print_blocks(blocks, ARRAYLEN(blocks)); int res;