zapit/src/channel.cpp: add missed pmtLen init

This commit is contained in:
[CST] Focus
2014-10-02 19:18:20 +04:00
parent cf53191122
commit e9661bc5cd

View File

@@ -73,6 +73,7 @@ void CZapitChannel::Init()
{
//caPmt = NULL;
rawPmt = NULL;
pmtLen = 0;
type = 0;
number = 0;
scrambled = 0;