summaryrefslogtreecommitdiff
path: root/epgsearchsvdrp.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2012-12-08 20:24:28 +0100
committerChristian Wieninger <cwieninger@gmx.de>2012-12-08 20:24:28 +0100
commit1a055e2b409eec52dc75641c436605712af14a49 (patch)
tree266cb7fcf1b5052f4e9dae2c656a149fdb0502a0 /epgsearchsvdrp.c
parent40cbbbece4eb9b49e08976a32865c2c5e93aced0 (diff)
downloadvdr-plugin-epgsearch-1a055e2b409eec52dc75641c436605712af14a49.tar.gz
vdr-plugin-epgsearch-1a055e2b409eec52dc75641c436605712af14a49.tar.bz2
support for vdr-1.7.33, thanks for a patch provided by Wolfgang Rohdewald
Diffstat (limited to 'epgsearchsvdrp.c')
-rw-r--r--epgsearchsvdrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearchsvdrp.c b/epgsearchsvdrp.c
index 4edc640..59c4d1c 100644
--- a/epgsearchsvdrp.c
+++ b/epgsearchsvdrp.c
@@ -560,7 +560,7 @@ cString cPluginEpgsearch::SVDRPCommand(const char *Command, const char *Option,
strftime(bufStart, sizeof(bufStart), "%H%M", localtime_r(&start, &tm_r));
strftime(bufEnd, sizeof(bufEnd), "%H%M", localtime_r(&stop, &tm_r));
- int timerMatch;
+ eTimerMatch timerMatch;
bool hasTimer = false;
if (Timers.GetMatch(pEvent, &timerMatch))
hasTimer = (timerMatch == tmFull);