From: ghost Date: Sat, 24 Jan 2009 23:19:33 +0000 (+0100) Subject: small fix for exact epgcache title search X-Git-Tag: 2.6.0~492^2~2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/de1ba139d6a6f552464f98a207881c02117a6f19 small fix for exact epgcache title search --- diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index d87a61e1..20767d37 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -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 )