[vdr] vdr 1.5.15 and epgsearch-0.9.23
Ludwig Nussel
ludwig.nussel at suse.de
Wed Feb 20 15:38:45 CET 2008
Ville Aakko wrote:
> Anybody got vdr-epgsearch working with vdr 1.5.15? In Gentoo (via
> vdr-1.5 overlay ebuilds?).
I use this:
Index: epgsearch-0.9.23/mail.c
===================================================================
--- epgsearch-0.9.23.orig/mail.c
+++ epgsearch-0.9.23/mail.c
@@ -362,7 +362,7 @@ void cMailConflictNotifier::SendConflict
std::set<cConflictCheckTimerObj*,TimerObjSort>::iterator it;
for (it = ct->failedTimers.begin(); it != ct->failedTimers.end(); it++)
if ((*it) && !(*it)->ignore && (*it)->Event())
- newMailConflicts << (*it)->Event()->EventID() << "|" << (*it)->Event()->ChannelID().ToString();
+ newMailConflicts << (*it)->Event()->EventID() << "|" << *(*it)->Event()->ChannelID().ToString();
}
string newMailConflictsMD5 = MD5(newMailConflicts.str());
if (newMailConflictsMD5 == EPGSearchConfig.LastMailConflicts)
cu
Ludwig
--
(o_ Ludwig Nussel
//\
V_/_ http://www.suse.de/
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
More information about the vdr
mailing list