]> git.sesse.net Git - vlc/commitdiff
Fix minor typo
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 21 Feb 2006 12:16:11 +0000 (12:16 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 21 Feb 2006 12:16:11 +0000 (12:16 +0000)
src/misc/unicode.c

index 081187b5141af085bb81292513c99a9fd1c43a53..c7c2387ddf6db87ba41b086892ba18ce2e3a308a 100644 (file)
@@ -79,7 +79,7 @@ void LocaleInit( vlc_object_t *p_this )
     else
     {
         /* not UTF-8 */
-        char psz_buf[strlen( psz_charset ) + sizeof( "//translist" )];
+        char psz_buf[strlen( psz_charset ) + sizeof( "//translit" )];
         const char *psz_conv;
 
         /*