misc variable init fixes

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3189f7fdc4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-24 (Sat, 24 Mar 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-03-24 00:45:39 +01:00
parent 8e529bb8f1
commit 9990f43d3e
4 changed files with 6 additions and 0 deletions

View File

@@ -99,6 +99,9 @@ CInfoViewer::CInfoViewer ()
hddscale = NULL;
varscale = NULL;
timescale = NULL;
info_CurrentNext.current_zeit.startzeit = 0;
info_CurrentNext.current_zeit.dauer = 0;
info_CurrentNext.flags = 0;
Init();
}