From: ghost Date: Sat, 24 Jan 2009 23:29:31 +0000 (+0100) Subject: no comment! X-Git-Tag: 2.6.0~492^2 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ceef4c054c5482ae32f1e61b367621f2f5ac2c97?ds=inline no comment! --- diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index 6ab20bda..a8eca85b 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -2176,12 +2176,12 @@ PyObject *eEPGCache::search(ePyObject arg) if (data[6] == 0x10) { offs+=3; - textlen-=3; + title_len-=3; } else if(data[6] > 0 && data[6] < 0x20) { offs+=1; - textlen-=1; + title_len-=1; } if (title_len != textlen) continue;