diff --git a/device.c b/device.c index d206247..9a5a5b3 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 defined(APIVERSNUM) && APIVERSNUM < 20404 +#if defined(APIVERSNUM) && APIVERSNUM < 20403 return (SatipConfig.GetEITScan()); #else return (SatipConfig.GetEITScan()) && DeviceHooksProvidesEIT();