From: RĂ©mi Denis-Courmont Date: Tue, 25 Oct 2005 09:45:36 +0000 (+0000) Subject: Revert heavily flawed commit 12959. X-Git-Tag: 0.8.4~148 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=711eb06688793f2c1d9ba2356f901790da5fa9fc;p=vlc Revert heavily flawed commit 12959. I'm not explaining this again. --- diff --git a/src/libvlc.c b/src/libvlc.c index d6c646fba6..2462e084fe 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -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" );