Mailing List archive

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

[vdr] Re: AIO 10.04



Thanks. This solved the problem.

emmtee@gmx.de wrote:

> 
> 
> the problem is a wrong IFDEF:
> 
> ------------------BAD--------------------------
> #ifdef DVDSUPPORT
>                case kYellow: if (!HasSubMenu()) {
> ------------------BAD--------------------------
> 
> ----------------CORRECT------------------------
>                case kYellow: if (!HasSubMenu()) {
> #ifdef DVDSUPPORT
> ----------------CORRECT------------------------
> 
> 
> 
> 
> 


-- 
Uwe Thiel       email: master@thieldata.de http://www.thieldata.de
"Watch your guardian penguin! Never surf faster than he can fly!"
-------------------registered Linux User #130853-----------------------





Home | Main Index | Thread Index