diff options
Diffstat (limited to 'epgsearchcfg.c')
-rw-r--r-- | epgsearchcfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epgsearchcfg.c b/epgsearchcfg.c index ff45aaa..aaeb7ad 100644 --- a/epgsearchcfg.c +++ b/epgsearchcfg.c @@ -35,7 +35,7 @@ cEPGSearchConfig::cEPGSearchConfig(void) showChannelNr = 0; useSearchTimers = 0; UpdateIntervall = 30; -#if APIVERSNUM >= 10715 +#if APIVERSNUM >= 10715 SVDRPPort = 6419; #else SVDRPPort = 2001; @@ -133,4 +133,4 @@ int cShowMode::Compare(const cListObject &ListObject) const return seekTime - p->seekTime; else return mode - p->mode; -} +} |