Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] VDR-1.2.5 and AutoPID-1.2.5




In my article http://www.vdrportal.de/board/thread.php?postid=48130#post48130 I described, why I came to this Patch (RID with timers.conf load fade out).

--- vdr/timers.c.org	2003-10-08 00:48:02.000000000 +0200
+++ vdr/timers.c	2003-10-08 02:27:29.000000000 +0200
@@ -217,7 +217,7 @@
      strreplace(file, '|', ':');
      strreplace(summary, '|', '\n');
      tChannelID cid = tChannelID::FromString(channelbuffer);
-     channel = cid.Valid() ? Channels.GetByChannelID(cid) : Channels.GetByNumber(atoi(channelbuffer));
+     channel = cid.Valid() ? Channels.GetByChannelID(cid, true) : Channels.GetByNumber(atoi(channelbuffer));
      if (!channel) {
         esyslog("ERROR: channel %s not defined", channelbuffer);
         result = false;


Home | Main Index | Thread Index