Mailing List archive

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

[vdr] Re: EPG language selection, new diff



Ooops, this one crashed if you didn't have the preferred language set
(thanks for Jan Ekholm for pointing that out). Shouldn't make diffs too late
at night...

The diff has been updated at the same address:

	http://cs78142214.pp.htv.fi/vdr-1.1.29-EPGPreferredLanguage2.diff

For those who already patched VDR, do the following:

In libdtv/libvdr/libvdr.c find the line:

	  if (strlen(lang) < 3)

and change it to:

	  if (!preferredLanguages || strlen(lang) < 3)

then do "make" in libdtv directory.

then do "make" in main directory.


					Teemu


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



Home | Main Index | Thread Index