small fix for exact epgcache title search
[vuplus_dvbapp] / lib / dvb / epgcache.cpp
index d87a61e..20767d3 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 )