summaryrefslogtreecommitdiff
path: root/menu_commands.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 /menu_commands.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 'menu_commands.c')
-rw-r--r--menu_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_commands.c b/menu_commands.c
index 9d33863..309aef5 100644
--- a/menu_commands.c
+++ b/menu_commands.c
@@ -121,7 +121,7 @@ eOSState cMenuSearchCommands::Record(void)
{
if (!event) return osContinue;
- int timerMatch = tmNone;
+ eTimerMatch timerMatch = tmNone;
cTimer* timer = Timers.GetMatch(event, &timerMatch);
if (timerMatch == tmFull)
{