diff options
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r-- | searchtimer_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c index 8f5773a..ba54566 100644 --- a/searchtimer_thread.c +++ b/searchtimer_thread.c @@ -198,7 +198,7 @@ bool cSearchTimerThread::TimerWasModified(const cTimer* t) void cSearchTimerThread::Action(void) { - if (EPGSearchConfig.useExternalSVDRP && !cSVDRPClient::SVDRPSendCmd) + if (EPGSearchConfig.useExternalSVDRP && !epgsSVDRP::cSVDRPClient::SVDRPSendCmd) { LogFile.eSysLog("ERROR - SVDRPSend script not specified or does not exist (use -f option)"); return; |