Re: [vdr] Valgrind warnings with LCARS OSD

2013-11-16 Thread Marko Mäkelä
Hi Klaus, Thanks for debugging this! Please try whether this fixes it: --- skinlcars.c +++ skinlcars.c @@ -900,6 +900,15 @@ ys03 = ys04 - Gap; ys05 = yb15; + // The item area (just to have them initialized, actual setting will be done in SetMenuCategory(): + + xi00 = 0; + xi01 = 0; +

[vdr] [PATCH] spelling in usage text

2013-11-16 Thread Lars Hanisch
Hi, "--vfat for backwards compatibility (same as\n" " --dirnames=250,40,1\n" Either use a comma before "same" or a closing bracket in the second line. Whatever you prefer, I would take the comma. :) Patches attached for both variants. Lars. diff

Re: [vdr] Valgrind warnings with LCARS OSD

2013-11-16 Thread Klaus Schmidinger
On 15.11.2013 18:17, Marko Mäkelä wrote: Hi Klaus, On Fri, Nov 15, 2013 at 04:47:10PM +0100, Klaus Schmidinger wrote: #2 0x0810e3d2 in cPixmapMemory::DrawRectangle (this=0x6d3fe78, Rect=..., Color=2566914048) at osd.c:1333 1333 cRect r = Rect.Intersected(DrawPort().Size()); As far as I