fix typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 8 May 2006 13:03:34 +0000 (13:03 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 8 May 2006 13:03:34 +0000 (13:03 +0000)
lib/dvb/scan.cpp

index 01b3cd3..c44471d 100644 (file)
@@ -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);
                }
        }