From 1fa2654f159a58347c9df1e3d2ad57dd19b18930 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 28 Nov 2020 13:47:05 +0100 Subject: [PATCH] hf iclass chk - textual --- client/src/cmdhficlass.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 752613e20..eda09d7f5 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -2865,14 +2865,13 @@ static int CmdHFiClassCheckKeys(const char *Cmd) { if (found_key) { break; } - } out: t1 = msclock() - t1; PrintAndLogEx(NORMAL, ""); - PrintAndLogEx(SUCCESS, "time in iclass chk " _YELLOW_("%.0f") " seconds", (float)t1 / 1000.0); + PrintAndLogEx(SUCCESS, "time in iclass chk " _YELLOW_("%.3f") " seconds", (float)t1 / 1000.0); DropField(); if (found_key) {