From: Andreas Monzner Date: Thu, 5 Jan 2006 22:20:37 +0000 (+0000) Subject: i think runLoop is better :) X-Git-Tag: 2.6.0~4511 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9cfed497a8c450ce697ee9e19216101db346a551 i think runLoop is better :) --- diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index ec2c1172..e2583d72 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -623,7 +623,7 @@ void eEPGCache::thread() nice(4); load(); cleanLoop(); - run(); + runLoop(); save(); }