From b8176383c3ebb2b47fb8456f5af583c209230a31 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 4 Jul 2012 17:02:14 +0400 Subject: [PATCH] zapit/src/scan.cpp: fix lcn bug Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/36bd265ab5b86f241b758109e71ca8aa06b3c473 Author: [CST] Focus Date: 2012-07-04 (Wed, 04 Jul 2012) --- src/zapit/src/scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zapit/src/scan.cpp b/src/zapit/src/scan.cpp index 9d26a3757..b7df5e27c 100644 --- a/src/zapit/src/scan.cpp +++ b/src/zapit/src/scan.cpp @@ -324,8 +324,8 @@ _repeat: if (flags & (SCAN_NIT/*|SCAN_LOGICAL_NUMBERS*/) && !nit_logical_map.empty()) { std::string pname = networkName; INFO("network [%s] %d logical channels (%d hd)\n", pname.c_str(), nit_logical_map.size(), nit_hd_logical_map.size()); - CServiceManager::getInstance()->ResetChannelNumbers(true, true); g_bouquetManager->loadBouquets(true); + CServiceManager::getInstance()->ResetChannelNumbers(true, true); CZapitBouquet* bouquet; int bouquetId = g_bouquetManager->existsUBouquet(pname.c_str()); if (bouquetId == -1)