]> git.sesse.net Git - vlc/commitdiff
Fixed typo.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 13 Jul 2009 23:39:39 +0000 (01:39 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 13 Jul 2009 23:39:39 +0000 (01:39 +0200)
src/input/es_out.c

index 04e6ce4bba52133fdc17a72cef111034430b79c7..5568b6f71c259caff328b6db89569e1ca2430911 100644 (file)
@@ -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("??");
 }