Commit 1385a1a7 authored by Antoine Cellerier's avatar Antoine Cellerier

re fix the stupid float ","/"." error. Please don't break it once again

(fixes #406)
parent af72dcc4
......@@ -451,6 +451,8 @@ 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" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment