remove test stuff
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 21 Mar 2006 14:03:49 +0000 (14:03 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 21 Mar 2006 14:03:49 +0000 (14:03 +0000)
lib/dvb/epgcache.cpp

index d400dd27765355923e9da0fc5ada3d94e4ced11f..c5110f9b7b8a062e87806545408e7a648d57c9cc 100644 (file)
@@ -1943,8 +1943,8 @@ PyObject *eEPGCache::search(PyObject *arg)
                                int tmp = evit->second->ByteSize-12;
                                __u32 *p = (__u32*)(data+12);
                                // check if any of our descriptor used by this event
                                int tmp = evit->second->ByteSize-12;
                                __u32 *p = (__u32*)(data+12);
                                // check if any of our descriptor used by this event
-//                             if (evit->first == eventid )
-//                                     continue;
+                               if (evit->first == eventid )
+                                       continue;
                                int cnt=-1;
                                while(tmp>0)
                                {
                                int cnt=-1;
                                while(tmp>0)
                                {