[vlc-devel] vlc: svn commit r12168 (dionoea)

Subversion daemon svn at videolan.org
Sat Aug 13 17:03:21 CEST 2005


r12168 | dionoea | 2005-08-13 17:03:21 +0200 (Sat, 13 Aug 2005) | 12 lines
Changed paths:
   M /trunk/modules/gui/wxwidgets/preferences_widgets.cpp
   M /trunk/modules/gui/wxwidgets/wxwidgets.cpp
   M /trunk/src/libvlc.c

Disclaimer : this commit would need to be checked by someone

Change locale (LC_NUMERIC) in appropriate places so we always use the
user's locale when reading/writting floats to config (otherwise it would
read floats using C locale (float separator is . in C) and write them
using the user's local (float separator can be , instead of .))

If these changes aren't ok, then i think that the only solution would be
to always setlocale(LC_NUMERIC, "C") when handling config str<->float
conversions.


-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list