small fix for exact epgcache title search
authorghost <andreas.monzner@multimedia-labs.de>
Sat, 24 Jan 2009 23:19:33 +0000 (00:19 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Sat, 24 Jan 2009 23:19:33 +0000 (00:19 +0100)
lib/dvb/epgcache.cpp

index d87a61e1a3485724be33a7210f48043321425f04..20767d37fcd18c386762479b6ff857f29e3f6136 100644 (file)
@@ -2176,7 +2176,7 @@ PyObject *eEPGCache::search(ePyObject arg)
                                                                int offs = 6;
                                                                // skip DVB-Text Encoding!
                                                                if (data[6] == 0x10)
-                                                                       offs+=2;
+                                                                       offs+=3;
                                                                else if(data[6] > 0 && data[6] < 0x20)
                                                                        offs+=1;
                                                                if ( casetype )