mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
supplement to 7b85e7cb8964d4f49cdeb639e87ecac7fad83721
Signed-off-by: MarkusVolk <f_l_k@t-online.de>
Signed-off-by: Thilo Graf <dbt@novatux.de>
commit was: scan_setup: avoid unterminated strings
Origin commit data
------------------
Commit: c0c2ce6137
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-18 (Sat, 18 Jan 2020)
This commit is contained in:
@@ -168,8 +168,8 @@ CLCD4l *LCD4l;
|
||||
|
||||
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;
|
||||
|
Reference in New Issue
Block a user