You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
320 B
10 lines
320 B
--- 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);
|
|
|