... And it's goffice's fault ! Merits a 0.1.1 in my opinion... I found a correction.
The correction is in this file : goffice/utils/go-math.h You have to change twice this : - old_locale = setlocale (LC_ALL, "C"); + old_locale = strdup(setlocale (LC_ALL, NULL)); + setlocale (LC_ALL, "C"); By the way, no free (old_locale)...? Is it something normal or is it a leak, hmmm ? To the team... Excuse my crappy english, and believe in my respect for your excellent, impressive job on Gnumeric, even though the gotos in the code :-) _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
