From e9cbdec9527a0c1a5302ee517342d1294255ef70 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 19 Mar 2025 08:56:23 +0100 Subject: [PATCH] fix output --- client/src/cmdhflist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhflist.c b/client/src/cmdhflist.c index d23a02507..2753f2c79 100644 --- a/client/src/cmdhflist.c +++ b/client/src/cmdhflist.c @@ -1829,8 +1829,8 @@ void annotateSeos(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize, bool is uint8_t ks = cmd[pos + 3]; if (memcmp(cmd + pos + 3 + 1, "\x04\x7c\x02\x81\x00", 5) == 0) { snprintf(exp, size, "GET CHALLENGE " _WHITE_("(") " key " _MAGENTA_("%02X") " )", ks); + return; } - return; } if (memcmp(cmd + pos, "\x00\x87\x00", 3) == 0) {