Mailing List archive

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

[vdr] Re: overwriting conf-files...



On Sun, Aug 17, 2003 at 04:36:34PM +0200, Klaus Schmidinger wrote:
> Andreas Kool wrote:

[...]

> > @Klaus: Why does'nt VDR permits *empty* string setup entries
> > (like "Entry =")?
>
> Well, I guess this wasn't necessary so far.
>
> You could try changing the line
>
>   if (*Name && *Value) {
>
> in cSetupLine::Parse() (config.c) to
>
>   if (*Name) {
>
> I guess this shouldn't have any unwanted side effects and should
> tolerate empty values.

Many thanks, but that is not necessary. I'm surrounding the suspicious
values with ""

> Klaus

Ciao,
Andreas
--
Andreas Kool (akool<nospam>@</nospam>gmx.de * http://akool.bei.t-online.de)


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



Home | Main Index | Thread Index