]> git.sesse.net Git - vlc/commitdiff
Revert heavily flawed commit 12959.
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 25 Oct 2005 09:45:36 +0000 (09:45 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 25 Oct 2005 09:45:36 +0000 (09:45 +0000)
I'm not explaining this again.

src/libvlc.c

index d6c646fba6aab26038a9d5c2694dd0f5c4116cc7..2462e084fe0f5dac685a37baa88cbaa761eb2b69 100644 (file)
@@ -451,8 +451,6 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
 #if defined( ENABLE_NLS ) \
      && ( defined( HAVE_GETTEXT ) || defined( HAVE_INCLUDED_GETTEXT ) )
 
-    setlocale( LC_NUMERIC, "" );
-
     /* This ain't really nice to have to reload the config here but it seems
      * the only way to do it. */
     config_LoadConfigFile( p_vlc, "main" );