summaryrefslogtreecommitdiff
path: root/epgsearchcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchcfg.c')
-rw-r--r--epgsearchcfg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epgsearchcfg.c b/epgsearchcfg.c
index 126302f..597fc42 100644
--- a/epgsearchcfg.c
+++ b/epgsearchcfg.c
@@ -94,6 +94,9 @@ cEPGSearchConfig::cEPGSearchConfig(void)
sendMailOnSearchtimers = 0;
sendMailOnConflicts = 0;
RemoteConflictCheck = 0;
+#if defined(APIVERSNUM) && APIVERSNUM > 20503
+ AllowedErrors = 0;
+#endif
}
cShowMode& cShowMode::operator= (const cShowMode &ShowMode)