]> git.pld-linux.org Git - packages/lftp.git/commitdiff
- set LC_NUMERIC to C (fixes problems with floats)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Nov 2001 13:35:50 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lftp-locale.patch -> 1.1

lftp-locale.patch [new file with mode: 0644]

diff --git a/lftp-locale.patch b/lftp-locale.patch
new file mode 100644 (file)
index 0000000..993a753
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN lftp-2.4.7.org/src/lftp.cc lftp-2.4.7/src/lftp.cc
+--- lftp-2.4.7.org/src/lftp.cc Mon Nov 19 14:27:55 2001
++++ lftp-2.4.7/src/lftp.cc     Mon Nov 19 14:28:13 2001
+@@ -305,6 +305,7 @@
+ #endif
+    setlocale (LC_ALL, "");
++   setlocale (LC_NUMERIC, "");
+    bindtextdomain (PACKAGE, LOCALEDIR);
+    textdomain (PACKAGE);
This page took 0.046884 seconds and 4 git commands to generate.