Mailing List archive

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

[vdr] Re: Configuration with vdr-pre4



Emil Naepflein wrote:
> 
> ...
> BTE, there is a little error in config.c, cSetup::ParseCaCaps() which
> causes VDR to loose the Ca-Information for the 4th card after restart.
> 
> Change line:
>   if (d > 0 && d < MAXDVBAPI) {
> 
> To:
>   if (d > 0 && d <= MAXDVBAPI) {

Thanks. This bug has already been reported by Klaus Wolf, and I
posted a fix on 18 Mar 2002 22:34:30.

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