1 --- ../geda-gaf-1.6.0-2/geda-gaf-1.6.0/gschem/src/gschem.c 2010-01-19 15:40:33.546875000 -0200
2 +++ geda-gaf-1.6.0/gschem/src/gschem.c 2010-01-19 15:37:32.828125000 -0200
3 @@ -145,7 +145,7 @@ void main_prog(void *closure, int argc,
6 /* This must be the same for all locales */
7 - setlocale(LC_NUMERIC, "POSIX");
8 + setlocale(LC_NUMERIC, "C");
10 /* Disable gtk's ability to set the locale. */
11 /* If gtk is allowed to set the locale, then it will override the */
12 @@ -345,7 +345,7 @@ int main (int argc, char *argv[])
15 setlocale(LC_ALL, "");
16 - setlocale(LC_NUMERIC, "POSIX");
17 + setlocale(LC_NUMERIC, "C");
18 bindtextdomain("geda-gschem", LOCALEDIR);
19 textdomain("geda-gschem");
20 bind_textdomain_codeset("geda-gschem", "UTF-8");