Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Bug in VDR 0.96
On Fri, Oct 05, 2001 at 06:46:39PM +0200, Klaus Schmidinger wrote:
> 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.
And to Matthias Weingart, who was bitten by that bug and reported a
bug in Master-Timer. :-)
Bis denn
--
Real Programmers consider "what you see is what you get" to be just as
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated,
cryptic, powerful, unforgiving, dangerous.
Home |
Main Index |
Thread Index