From d5bf8420aa84b45bf52cc3875e8c913662c386c0 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Tue, 14 Jan 2020 18:42:15 +0100 Subject: [PATCH] supplement to 7b85e7cb8964d4f49cdeb639e87ecac7fad83721 Signed-off-by: MarkusVolk Signed-off-by: Thilo Graf commit was: scan_setup: avoid unterminated strings --- src/neutrino.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 3cd2b8088..8cdd80e48 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -166,8 +166,8 @@ CLCD4l *LCD4l = NULL; int allow_flash = 1; Zapit_config zapitCfg; -char zapit_lat[20]="#"; -char zapit_long[20]="#"; +char zapit_lat[21]="#"; +char zapit_long[21]="#"; bool autoshift = false; uint32_t scrambled_timer; uint32_t fst_timer;