From 3bd2658c85f00269583259d5912c88f031b9599f Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Fri, 6 Apr 2012 20:27:04 +0200 Subject: bugtracker #929, bunch of warning fixes, thanks to Joe_D for providing this patch --- epgsearchcfg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epgsearchcfg.c') diff --git a/epgsearchcfg.c b/epgsearchcfg.c index fffd60b..c28352e 100644 --- a/epgsearchcfg.c +++ b/epgsearchcfg.c @@ -93,6 +93,9 @@ cEPGSearchConfig::cEPGSearchConfig(void) checkEPGWarnByMail = 0; checkEPGchannelGroupNr = -1; strcpy(conflCheckCmd, ""); + ReplaceOrgSchedule = 0; + sendMailOnSearchtimers = 0; + sendMailOnConflicts = 0; } int cShowMode::Compare(const cListObject &ListObject) const -- cgit v1.2.3