Mailing List archive

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

[vdr] Re: pause freezes vdr+xine



Thanks, this seems to fix it.

>              if (w > 0)
>                 i += l;
> -           else if (w < 0)
> +           else if (w <= 0)
>                 return i == 0 ? w : i;
>              }

this makes the second condition "if (true)".

Olaf





Home | Main Index | Thread Index