From 421d737cabfd96625b708dbad097d070cd69c7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 4 Apr 2012 23:33:34 +0300 Subject: Fix build with VDR 1.7.27. --- status.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'status.c') diff --git a/status.c b/status.c index ce6fb7b..604c1c2 100644 --- a/status.c +++ b/status.c @@ -314,7 +314,11 @@ cxType cText2SkinStatus::GetTokenData(const txToken &Token) case tReplayDateTime: return mReplay != NULL +#if APIVERSNUM >= 10721 + ? (cxType)TimeType(mReplay->Start(), Token.Attrib.Text) +#else ? (cxType)TimeType(mReplay->start, Token.Attrib.Text) +#endif : (cxType)false; case tReplayShortText: -- cgit v1.2.3