mirror of
https://git.centos.org/rpms/a2ps.git
synced 2025-02-23 08:12:53 +00:00
10 lines
320 B
Diff
10 lines
320 B
Diff
--- a2ps-4.13/src/main.c.numeric Wed Jan 9 14:59:46 2002
|
|
+++ a2ps-4.13/src/main.c Wed Jan 9 15:03:52 2002
|
|
@@ -951,6 +951,7 @@
|
|
setlocale (LC_PAPER, "");
|
|
|
|
locale = setlocale (LC_ALL, "");
|
|
+ setlocale (LC_NUMERIC, "C");
|
|
/* fprintf(stderr, "locale : %s\n", locale); */
|
|
|
|
bindtextdomain (PACKAGE, LOCALEDIR);
|