aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/scan.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-08 13:03:34 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-08 13:03:34 +0000
commitd07255700a6b15c8b2372cc68dc846c45b06df3e (patch)
tree3bffece48bd4f83dfc00be1251d1e705bf2a974a /lib/dvb/scan.cpp
parent9df197b0346cdea53967bf9ed578ff30e2424100 (diff)
downloadenigma2-d07255700a6b15c8b2372cc68dc846c45b06df3e.tar.gz
enigma2-d07255700a6b15c8b2372cc68dc846c45b06df3e.zip
fix typo
Diffstat (limited to 'lib/dvb/scan.cpp')
-rw-r--r--lib/dvb/scan.cpp4
1 files changed, 2 insertions, 2 deletions
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<unsigned int>::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);
}
}