some inits

This commit is contained in:
Jacek Jendrzej
2017-01-30 19:04:17 +01:00
parent f4f351e9ba
commit 0056a53321
3 changed files with 3 additions and 1 deletions

View File

@@ -2399,6 +2399,7 @@ void CChannelList::paint_events(CChannelEventList &evtlist)
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
evt.eventID = 0;
evt.startTime = 0;
evt.duration = 0;
evtlist.push_back(evt);
}