From 4510c876ffeb52a829e5777bd1c08732de2965b0 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 16 Jun 2014 14:35:15 +0400 Subject: [PATCH] zapit/src/frontend.cpp: fix cable tune log Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/9562d40c99aa300bd0c365ef0edfea93e5ad3c45 Author: [CST] Focus Date: 2014-06-16 (Mon, 16 Jun 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/zapit/src/frontend.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zapit/src/frontend.cpp b/src/zapit/src/frontend.cpp index 12cfdc254..0ccb82579 100644 --- a/src/zapit/src/frontend.cpp +++ b/src/zapit/src/frontend.cpp @@ -1201,6 +1201,7 @@ int CFrontend::setParameters(TP_params *TP, bool nowait) break; } #endif + break; case FE_OFDM: if (freq < 1000*1000) feparams.dvb_feparams.frequency = freq * 1000;