From d07255700a6b15c8b2372cc68dc846c45b06df3e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 8 May 2006 13:03:34 +0000 Subject: fix typo --- lib/dvb/scan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dvb/scan.cpp') diff --git a/lib/dvb/scan.cpp b/lib/dvb/scan.cpp index 01b3cd32..c44471d9 100644 --- a/lib/dvb/scan.cpp +++ b/lib/dvb/scan.cpp @@ -497,8 +497,8 @@ void eDVBScan::insertInto(iDVBChannelList *db) for (std::set::iterator x(scanned_sat_positions.begin()); x != scanned_sat_positions.end(); ++x) { eDVBChannelID chid; - if (m_flags & scanDontRemoveFeed) - chid.dvbnamespace = eDVBNamespace((*it)<<16)); + if (m_flags & scanDontRemoveFeeds) + chid.dvbnamespace = eDVBNamespace((*it)<<16); db->removeServices(chid, *it); } } -- cgit v1.2.3