summaryrefslogtreecommitdiff
path: root/ftp/wget/files/patch-src_progress.c
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-05 10:41:15 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-05 10:41:15 +0000
commit3c235f227d9a373c6ab467bd8f0a6a19590ea821 (patch)
treefb9301319ee9d7ae0eacd64d64b6ea36b6e10ae1 /ftp/wget/files/patch-src_progress.c
parentUpdate to 0.9.11 which fixes security hole (diff)
o update to 1.8.1.
o autoconf is no longer required. o update ja.po. PR: 33570 Submitted by: Alan Eldridge <ports@geeksrus.net> (for update)
Notes
Notes: svn path=/head/; revision=52607
Diffstat (limited to 'ftp/wget/files/patch-src_progress.c')
-rw-r--r--ftp/wget/files/patch-src_progress.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/ftp/wget/files/patch-src_progress.c b/ftp/wget/files/patch-src_progress.c
deleted file mode 100644
index 33c42f877263..000000000000
--- a/ftp/wget/files/patch-src_progress.c
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: src/progress.c
-===================================================================
-RCS file: /pack/anoncvs/wget/src/progress.c,v
-retrieving revision 1.21
-retrieving revision 1.22
-diff -u -r1.21 -r1.22
---- src/progress.c 2001/12/09 01:24:40 1.21 WGET_1_8
-+++ src/progress.c 2001/12/09 04:51:40 1.22
-@@ -647,7 +647,7 @@
- /* Hours not printed: pad with three spaces (two digits and
- colon). */
- APPEND_LITERAL (" ");
-- else if (eta_hrs >= 10)
-+ else if (eta_hrs < 10)
- /* Hours printed with one digit: pad with one space. */
- *p++ = ' ';
- else