After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 300889 - Patch fixing use of setlocale() calls in shape export
Patch fixing use of setlocale() calls in shape export
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: exports
CVS head
Other Linux
: High trivial
: 0.95
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-16 19:01 UTC by Radek Krahl
Modified: 2005-04-23 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing use of setlocale() calls in shape exporter (3.33 KB, patch)
2005-04-16 19:02 UTC, Radek Krahl
none Details | Review

Description Radek Krahl 2005-04-16 19:01:22 UTC
Code in shape exporter uses temporary changing of locale to avoid
problems with decimal separator in numbers. More appropriate method is to use
g_ascii_* functions from glib.
Comment 1 Radek Krahl 2005-04-16 19:02:18 UTC
Created attachment 45333 [details] [review]
Patch fixing use of setlocale() calls in shape exporter
Comment 2 Hans Breuer 2005-04-23 14:38:54 UTC
Applied, thanks.

2005-04-23  Hans Breuer  <hans@breuer.org>

	* plug-ins/shape/shape-export.c : fixing use of setlocale() calls
	(Radek Krahl, bug #300889)