aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-01-25 00:29:31 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-01-25 00:29:31 +0100
commitceef4c054c5482ae32f1e61b367621f2f5ac2c97 (patch)
treec57e83e9866c5c886431de6e47553828aec57e0b /lib
parent8fa5e30ad4f92d0874c6dbac92da3b61c9bd853c (diff)
downloadenigma2-ceef4c054c5482ae32f1e61b367621f2f5ac2c97.tar.gz
enigma2-ceef4c054c5482ae32f1e61b367621f2f5ac2c97.zip
no comment!
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/epgcache.cpp4
1 files changed, 2 insertions, 2 deletions
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;