mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
Emmanuele Bassi
62fa7b4e02
material-arbfp: Use locale-independent double to string conversion
The ARBfp programs are created with a printf() wrapper, which usually fails in non-en locales as soon as you start throwing things like floating point values in the mix. We should use the g_ascii_dtostr() function which places a double into a string buffer in a locale-independent way. http://bugzilla.clutter-project.org/show_bug.cgi?id=2219
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%