summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/wget/files/wget-1.11-progress-bar-assert.patch')
-rw-r--r--net-misc/wget/files/wget-1.11-progress-bar-assert.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-misc/wget/files/wget-1.11-progress-bar-assert.patch b/net-misc/wget/files/wget-1.11-progress-bar-assert.patch
new file mode 100644
index 000000000000..8a11dde99810
--- /dev/null
+++ b/net-misc/wget/files/wget-1.11-progress-bar-assert.patch
@@ -0,0 +1,15 @@
+fix from upstream for a progress bar error in some locales
+
+http://bugs.gentoo.org/208484
+
+--- src/progress.c 2008-01-26 11:26:58.000000000 +0200
++++ src/progress.c 2008-02-11 10:12:42.000000000 +0200
+@@ -969,8 +969,6 @@
+ move_to_end (p);
+ }
+
+- assert (p - bp->buffer <= bp->width);
+-
+ while (p < bp->buffer + bp->width)
+ *p++ = ' ';
+ *p = '\0';