From 5556dbefc84a5e2778f69ed7256401d6692c41b2 Mon Sep 17 00:00:00 2001 From: wirbel Date: Sun, 31 Jan 2021 09:19:00 +0100 Subject: [PATCH] apply requested change --- device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.c b/device.c index 292f80c..d206247 100644 --- a/device.c +++ b/device.c @@ -309,7 +309,7 @@ bool cSatipDevice::ProvidesChannel(const cChannel *channelP, int priorityP, bool bool cSatipDevice::ProvidesEIT(void) const { -#if VDRVERSNUM < 20404 +#if defined(APIVERSNUM) && APIVERSNUM < 20404 return (SatipConfig.GetEITScan()); #else return (SatipConfig.GetEITScan()) && DeviceHooksProvidesEIT();