From 958c84f00a4be02c31eb2a1eec08e7fa68210f69 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 25 Jan 2004 15:32:08 +0100 Subject: Implemented 32 audio and Dolby PIDs; storing audio language in channels.conf --- config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.c') diff --git a/config.c b/config.c index 6caf587a..f6814e84 100644 --- a/config.c +++ b/config.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.c 1.120 2004/01/11 15:38:11 kls Exp $ + * $Id: config.c 1.121 2004/01/25 14:41:10 kls Exp $ */ #include "config.h" @@ -403,7 +403,7 @@ void cSetup::StoreLanguages(const char *Name, int *Values) for (int i = 0; i < I18nNumLanguages; i++) { if (Values[i] < 0) break; - const char *s = I18nLanguageAbbreviation(Values[i]); + const char *s = I18nLanguageCode(Values[i]); if (s) { if (q > buffer) *q++ = ' '; -- cgit v1.2.3