Mailing List archive

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

[vdr] Bug in VDR 0.96



A bug has sneaked into VDR version 0.96, which causes the EPG bugfix
to sometimes duplicate information in both the "Subtitle" and the 
"Extended Description" field.

Here's a patch that fixes this:

--- tools.c     2001/09/30 10:36:40
+++ tools.c     2001/10/05 16:40:09
@@ -74,6 +74,10 @@
      else
         esyslog(LOG_ERR, "ERROR: out of memory");
      }
+  else {
+     delete dest;
+     dest = NULL;
+     }
   return dest;
 }

Thanks to Matthias Schniedermeyer <ms@citd.de> for bringing this to
my attention.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index