From 6e6f5a44daa6a0d58caeca250bc02fcdabbbd930 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 2 Oct 2014 19:18:20 +0400 Subject: [PATCH] zapit/src/channel.cpp: add missed pmtLen init Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/e9661bc5cd88ea3ccd14c29acce1882cf109d5d9 Author: [CST] Focus Date: 2014-10-02 (Thu, 02 Oct 2014) --- src/zapit/src/channel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zapit/src/channel.cpp b/src/zapit/src/channel.cpp index b4d38e3f2..1740c847c 100644 --- a/src/zapit/src/channel.cpp +++ b/src/zapit/src/channel.cpp @@ -73,6 +73,7 @@ void CZapitChannel::Init() { //caPmt = NULL; rawPmt = NULL; + pmtLen = 0; type = 0; number = 0; scrambled = 0;