[vlc-devel] commit: Fixed typo. (Laurent Aimar )
git version control
git at videolan.org
Tue Jul 14 01:40:18 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jul 14 01:39:50 2009 +0200| [ac8a52b9a205e0c82c726240afdb59efdabc8499] | committer: Laurent Aimar
Fixed typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ac8a52b9a205e0c82c726240afdb59efdabc8499
---
modules/access/dvdnav.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
index 8aa8353..69b21bf 100644
--- a/modules/access/dvdnav.c
+++ b/modules/access/dvdnav.c
@@ -926,7 +926,7 @@ static char *DemuxGetLanguageCode( demux_t *p_demux, const char *psz_var )
free( psz_lang );
if( pl->psz_eng_name != NULL )
- return strdup( pl->psz_eng_name );
+ return strdup( pl->psz_iso639_1 );
return strdup(LANGUAGE_DEFAULT);
}
More information about the vlc-devel
mailing list