From: ghost Date: Fri, 31 Dec 2010 15:16:21 +0000 (+0100) Subject: epgcache.cpp: typo fixed X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=f109d3e0ef0d8bc3ad5a29c347db42a004ecb928 epgcache.cpp: typo fixed --- diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index 8ac0c71..ed31903 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -258,7 +258,7 @@ void eEPGCache::timeUpdated() { if (it->second->state == -1) { it->second->state=0; - messages.send(Message(Message::startChannel, it->second)); + messages.send(Message(Message::startChannel, it->first)); } } } else