From 9562d40c99aa300bd0c365ef0edfea93e5ad3c45 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 --- 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;