aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-10 21:25:52 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-10 21:25:52 +0000
commitb59c62ccf0f4deb5c603b4b3a9c39812bce3523c (patch)
tree40f9cebcaab08704214de929d70f7f68f0f1da83 /lib/dvb/epgcache.cpp
parent2bc0cb62106dd22ff2408ec0784c881d90a622c0 (diff)
downloadenigma2-b59c62ccf0f4deb5c603b4b3a9c39812bce3523c.tar.gz
enigma2-b59c62ccf0f4deb5c603b4b3a9c39812bce3523c.zip
epglist is now working
Diffstat (limited to 'lib/dvb/epgcache.cpp')
-rw-r--r--lib/dvb/epgcache.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp
index d7515b14..7b94a1a7 100644
--- a/lib/dvb/epgcache.cpp
+++ b/lib/dvb/epgcache.cpp
@@ -1153,6 +1153,8 @@ RESULT eEPGCache::startTimeQuery(const eServiceReference &service, time_t begin,
m_timemap_cursor = it;
}
}
+ else
+ m_timemap_cursor = It->second.second.begin();
return 0;
}
return -1;