GNOME Bugzilla – Bug 300886
Patch fixing use of setlocale() calls in psprint code
Last modified: 2005-04-23 14:38:19 UTC
Code which prints to postcript uses temporary changing of locale to avoid problems with decimal separator in numbers. More appropriate method is to use g_ascii_* functions from glib.
Created attachment 45331 [details] [review] Patch fixing use of setlocale() calls in psprint code
Created attachment 45332 [details] [review] Patch fixing use of setlocale() calls in psprint code v2 Forgot to remove #include <locale.h> line, it isn't needed anymore.
Applied, thanks. 2005-04-23 Hans Breuer <hans@breuer.org> * app/paginate_psprint.c : fixing use of setlocale() calls (Radek Krahl, bug #300886)