a2ps/a2ps-4.13b-numeric.patch
cvsdist ce7e79bb2b auto-import changelog data from a2ps-4.13b-19.src.rpm
Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 4.13b-19
- Rebuild in new environment.
Tue Jan 22 2002 Tim Waugh <twaugh@redhat.com> 4.13b-18
- Fix a2ps-4.13-conf.patch (bug #31360).
- Add documentation about the default behaviour concerning LC_PAPER (bug
    #43829).
Wed Jan 09 2002 Tim Powers <timp@redhat.com> 4.13b-17
- automated rebuild
Wed Jan 09 2002 Tim Waugh <twaugh@redhat.com>
- Fix build with newer compiler.
- s/Copyright:/License:/.
- Use C locale's decimal point style (bug #53715).
2004-09-09 02:52:11 +00:00

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);