I'm on a Windows with French regional settings
the comma (,) is the decimal separator
when clicking "save" in the setup windows, vlcrc is written with all floating-point values stored with a dot (.) as the decimal saperator
then, when exiting VLC, vlcrc is written again with all floating-point values stored with a comma (,) as the decimal separator
then, when reentering VLC, vlcrc is read and all floating-point values are misinterpreted because of the comma, and only the integer part of the value is recognized (therefore 3,5 becomes 3.00000)
Can you fix this and always save floating-point numbers with a dot (in order to be platform independant) ?
Thanks