10 Feb
2009
10 Feb
'09
11:24 p.m.
I get this error when I use the filter effect drop-shaddow using the dx, dy spin-control.
g_ascii_strtod does not convert correctly.
reding src/fixes.cpp it states: /* * until 2004-04-22, g_ascii_strtod could not handle having a locale-based * decimal separator immediately following the number ("5,4" would * parse to "5,4" instead of "5.0" in fr_FR) * * This is the corrected function, lifted from 1.107 gstrfuncs.c in glib */
So the question is: how to convert strtod locale independent?
Adib. ---