From df1e35c542ef9f82386c64f6ba9c040d1502571d Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 21 Feb 2012 18:58:05 +0400 Subject: [PATCH] zapit.cpp: test to fix transponder change detect for nvod Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/bd450c341001da3071bd6af238a712defade50cc Author: [CST] Focus Date: 2012-02-21 (Tue, 21 Feb 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/zapit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/zapit.cpp b/src/zapit/src/zapit.cpp index 5529c095a..5b2086cfc 100644 --- a/src/zapit/src/zapit.cpp +++ b/src/zapit/src/zapit.cpp @@ -429,7 +429,7 @@ bool CZapit::TuneChannel(CFrontend * frontend, CZapitChannel * channel, bool &tr } /* if channel's transponder does not match frontend's tuned transponder ... */ - if (transponder_change || current_is_nvod) { + if (transponder_change /* || current_is_nvod*/) { if (frontend->tuneChannel(channel, current_is_nvod) == false) { return false; }