Mailing List archive

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

[vdr] Re: PLEASE HELP (was: LCDproc Plugin Settings error (??!) )



> > #ifdef PROGRESSBAR
> >   if (titleProgbar)
> >      Interface->SetBitmap(titleProgbarOffset, 0, *titleProgbar);
> > #endif // PROGRESSBAR
> > #ifdef CALENDER
> >   if (titleTimeLine)
> >     Interface->SetBitmap(titleTimeLinex, titleTimeLiney, *titleTimeLine);
> > #endif // CALENDER
>
> I've looked into the sources and I think I've found the problem:
>
> Those member objects are never initialized to zero and they are only filled
> within SetTitleTime(). If that's not called, they contain trash.

You're right, but thats definitly not the only fault. 
I got the same crashes as without initializing them to zero.

Tobias


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index