gui/scan_setup:fix override gotoXXLongitude & gotoXXLatitude with uninitialized zapit_lat or zapit_long

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e60b64469
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-09-01 (Sun, 01 Sep 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-09-01 14:35:35 +02:00
parent e1889d9359
commit 65592c10c4
2 changed files with 6 additions and 4 deletions

View File

@@ -128,8 +128,8 @@ bool has_hdd;
CInfoClock *InfoClock;
int allow_flash = 1;
Zapit_config zapitCfg;
char zapit_lat[20];
char zapit_long[20];
char zapit_lat[20]="#";
char zapit_long[20]="#";
bool autoshift = false;
uint32_t scrambled_timer;
t_channel_id standby_channel_id;