From da3dbd9f824c2eb53e464e654d6e947725878742 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 7 May 2021 20:40:39 +0200 Subject: [PATCH] fix too small arr --- client/src/cmdlfnexwatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlfnexwatch.c b/client/src/cmdlfnexwatch.c index 83b71b203..7c99dc394 100644 --- a/client/src/cmdlfnexwatch.c +++ b/client/src/cmdlfnexwatch.c @@ -181,7 +181,7 @@ int demodNexWatch(bool verbose) { // Checksum typedef struct { uint8_t magic; - char desc[10]; + char desc[13]; uint8_t chk; } nexwatch_magic_t; nexwatch_magic_t items[] = {