Project

General

Profile

Bug #1903 ยป vdr-epgfixer-fix-chan-by-id.patch

Anonymous, 08/22/2014 02:43 PM

View differences:

epgfixer/epgclone.c 2014-08-19 11:40:05.180863697 +0200
if (dest_num)
channelID = Channels.GetByNumber(dest_num)->GetChannelID();
else
channelID.FromString(dest_str);
channelID = tChannelID::FromString(dest_str);
AddEvent(Dest, channelID);
}
    (1-1/1)