Gnumeric-1.6 does not use my locale
- From: Alexandre Sanches <alexandre sanches netcourrier com>
- To: gnumeric-list gnome org
- Subject: Gnumeric-1.6 does not use my locale
- Date: Sun, 30 Oct 2005 10:53:50 +0100
... 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 :-)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]