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

Origin commit data
------------------
Commit: e9661bc5cd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-02 (Thu, 02 Oct 2014)
This commit is contained in:
[CST] Focus
2014-10-02 19:18:20 +04:00
parent 107f8e26ad
commit 6e6f5a44da

View File

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