mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
gui/scan_setup.cpp: fix uninitialized warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e2ba8fdda
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -822,13 +822,13 @@ int CScanSetup::showScanMenuSatFind()
|
|||||||
void CScanSetup::addScanMenuTempSat(CMenuWidget *temp_sat, sat_config_t & satconfig)
|
void CScanSetup::addScanMenuTempSat(CMenuWidget *temp_sat, sat_config_t & satconfig)
|
||||||
{
|
{
|
||||||
temp_sat->addIntroItems();
|
temp_sat->addIntroItems();
|
||||||
CMenuOptionNumberChooser *diseqc;
|
CMenuOptionNumberChooser *diseqc = NULL;
|
||||||
CMenuOptionNumberChooser *comm;
|
CMenuOptionNumberChooser *comm = NULL;
|
||||||
CMenuOptionNumberChooser *uncomm;
|
CMenuOptionNumberChooser *uncomm = NULL;
|
||||||
CMenuOptionNumberChooser *unilnb;
|
CMenuOptionNumberChooser *unilnb = NULL;
|
||||||
CMenuOptionNumberChooser *motor;
|
CMenuOptionNumberChooser *motor = NULL;
|
||||||
CMenuOptionChooser *usals;
|
CMenuOptionChooser *usals = NULL;
|
||||||
CMenuForwarder *mf;
|
CMenuForwarder *mf = NULL;
|
||||||
bool unicable = (dmode == DISEQC_UNICABLE);
|
bool unicable = (dmode == DISEQC_UNICABLE);
|
||||||
|
|
||||||
if (!unicable) {
|
if (!unicable) {
|
||||||
|
Reference in New Issue
Block a user