From 1a055e2b409eec52dc75641c436605712af14a49 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sat, 8 Dec 2012 20:24:28 +0100 Subject: support for vdr-1.7.33, thanks for a patch provided by Wolfgang Rohdewald --- menu_searchresults.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'menu_searchresults.c') diff --git a/menu_searchresults.c b/menu_searchresults.c index b6511b9..6c7c261 100644 --- a/menu_searchresults.c +++ b/menu_searchresults.c @@ -77,7 +77,7 @@ bool cMenuSearchResultsItem::Update(bool Force) bool result = false; - int OldTimerMatch = timerMatch; + eTimerMatch OldTimerMatch = timerMatch; bool OldInSwitchList = inSwitchList; bool hasMatch = false; cTimer* timer = NULL; @@ -176,7 +176,7 @@ cMenuSearchResultsItem::cMenuSearchResultsItem(cRecording *Recording) previewTimer = false; episodeOnly = false; menuTemplate = NULL; - timerMatch = 0; + timerMatch = tmNone; inSwitchList = false; event = NULL; search = NULL; @@ -228,7 +228,7 @@ eOSState cMenuSearchResults::Record(void) if (item) { if (item->timerMatch == tmFull) { - int tm = tmNone; + eTimerMatch tm = tmNone; cTimer *timer = Timers.GetMatch(item->event, &tm); if (timer) { -- cgit v1.2.3