mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
initialize not initialized var
This commit is contained in:
@@ -90,7 +90,24 @@ CInfoViewer::CInfoViewer ()
|
||||
timescale = NULL;
|
||||
frameBuffer = CFrameBuffer::getInstance();
|
||||
infoViewerBB = CInfoViewerBB::getInstance();
|
||||
|
||||
InfoHeightY = 0;
|
||||
ButtonWidth = 0;
|
||||
rt_dx = 0;
|
||||
rt_dy = 0;
|
||||
ChanNameX = 0;
|
||||
ChanNameY = 0;
|
||||
ChanWidth = 0;
|
||||
ChanHeight = 0;
|
||||
time_left_width = 0;
|
||||
time_dot_width = 0;
|
||||
time_width = 0;
|
||||
time_height = 0;
|
||||
old_timestr[0] = 0;
|
||||
lastsnr = 0;
|
||||
lastsig = 0;
|
||||
lasttime = 0;
|
||||
aspectRatio = 0;
|
||||
ChanInfoX = 0;
|
||||
Init();
|
||||
infoViewerBB->Init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user