From 5c3837c9729607b911011597f2b1c1869d54a714 Mon Sep 17 00:00:00 2001 From: horchi Date: Thu, 22 Jun 2017 06:53:01 +0200 Subject: fixed compile error --- update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.c b/update.c index a470992..ed3547e 100644 --- a/update.c +++ b/update.c @@ -1500,7 +1500,7 @@ int cUpdate::refreshEpg(const char* forChannelId, int maxTries) // get channel and schedule of channel - if (channelId && channel = channels->GetByChannelID(channelId, true)) + if (channel = channels->GetByChannelID(channelId, true)) s = (cSchedule*)schedules->GetSchedule(channel, true); else tell(0, "Error: Channel with ID '%s' don't exist on this VDR", mapDb->getStrValue("ChannelId")); -- cgit v1.2.3