Mailing List archive

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

[vdr] Re: Possible bug in vdr 1.0.0



Stefan Huelswitt wrote:
> 
> On 18 Apr 2002 Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> wrote:
> 
> >> Now vdr exits really unmotivated (no syslog entries except for
> >> releasing lirc client) an restarts with driver reload.
> >> I can reproduce this any time: while watching a recording I press 0
> >> (cutting mark) and short before the OSD vanishes I press the RED
> >> button. That's it. Before I can enter a time to jump to vdr exits.
> 
> I think I have a solution, but it's an untested quick shoot
> (Sorry no real patch). This is from menu.c:
> 
>   void cReplayControl::TimeSearch(void)
>   {
>     timeSearchTime = timeSearchPos = 0;
>     timeSearchHide = false;
>     if (modeOnly)
>        Hide();
>     if (!visible) {
>        Show();
>        if (visible)
>           timeSearchHide = true;
>        else
>           return;
>        }
> +   timeoutShow = 0;
>     TimeSearchDisplay();
>     timeSearchActive = true;
>   }

Thanks, looks like this fixes it.

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