mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
initialize not initialized var
Origin commit data
------------------
Branch: ni/coolstream
Commit: 926e0ce141
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-05 (Mon, 05 Nov 2012)
Origin message was:
------------------
initialize not initialized var
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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