[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:39 2009 +0200| [79d33ce2a7c9c5dde99b1b5acd15fd08673bdf8f] | committer: Laurent Aimar 

Fixed typo.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79d33ce2a7c9c5dde99b1b5acd15fd08673bdf8f
---

 src/input/es_out.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/input/es_out.c b/src/input/es_out.c
index 04e6ce4..5568b6f 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -2589,7 +2589,7 @@ static char *LanguageGetCode( const char *psz_lang )
     }
 
     if( pl->psz_eng_name != NULL )
-        return strdup( pl->psz_eng_name );
+        return strdup( pl->psz_iso639_1 );
 
     return strdup("??");
 }




More information about the vlc-devel mailing list