X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3dbd82cf4db68785afeda17b8eee7f87c7d80dd7..c1b9e3297263f93db9b7591313d4c8861083f19d:/lib/dvb/epgcache.cpp diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index 9abd554e..4ea47963 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -2668,7 +2668,7 @@ void eEPGCache::privateSectionRead(const uniqueEPGKey ¤t_service, const __ } } } - ASSERT(pdescr <= &descriptors[65]) + ASSERT(pdescr <= &descriptors[65]); __u8 event[4098]; eit_event_struct *ev_struct = (eit_event_struct*) event; ev_struct->running_status = 0;