From cdb99fe65096ef874da44c00c8f9112148ab9168 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 28 Apr 2020 22:58:05 +0200 Subject: [PATCH] cppchecker fix - duplicate --- client/src/cmdhficlass.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 321b02133..d05afdae2 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -2983,13 +2983,11 @@ int readIclass(bool loop, bool verbose) { if (isHidRange) { if (legacy) - PrintAndLogEx(SUCCESS, " : Possible iClass - legacy credential tag"); + PrintAndLogEx(SUCCESS, " : Possible iClass - "_YELLOW_("legacy")" credential tag"); if (se_enabled) - PrintAndLogEx(SUCCESS, " : Possible iClass - SE credential tag"); - } + PrintAndLogEx(SUCCESS, " : Possible iClass - "_YELLOW_("SE")" credential tag"); - if (isHidRange) { PrintAndLogEx(SUCCESS, " : Tag is "_YELLOW_("iClass")", CSN is in HID range"); } else { PrintAndLogEx(SUCCESS, " : Tag is "_YELLOW_("PicoPass")", CSN is not in HID range");