Mailing List archive

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

[vdr] Re: BUG: Changing Skin crashes VDR



Am Samstag, 22. Mai 2004 12:56 schrieb Klaus Schmidinger:
> This should fix it:
>
> --- themes.c    2004/05/16 09:43:14     1.1
> +++ themes.c    2004/05/22 10:30:06
> @@ -274,7 +274,7 @@
>        if (strcmp(descriptions[i], Description) == 0)
>           return i;
>        if (strcmp(descriptions[i], "Default") == 0)
> -         index = 1;
> +         index = i;
>        }
>    return index;
>  }
>
Patch worked.
Thanks.


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



Home | Main Index | Thread Index