From 7e900c50bf3ad4a1e31be307375085db4dadbcb6 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sat, 25 Nov 2000 03:51:14 -0800 Subject: [PATCH] [svn] Undo Jan's typo fix. --- src/ChangeLog | 5 +++++ src/ftp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 12ed71a5..6ce845de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-11-25 Hrvoje Niksic + + * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by + Dan. + 2000-11-24 Karl Eichwalder * main.c (print_help): Untabify. diff --git a/src/ftp.c b/src/ftp.c index fd25d3b5..46677d6b 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -1285,7 +1285,7 @@ ftp_retrieve_list (struct urlinfo *u, struct fileinfo *f, ccon *con) if (local_size == f->size && tml >= f->tstamp) { logprintf (LOG_VERBOSE, _("\ -Server file not newer than local file `%s' -- not retrieving.\n\n"), u->local); +Server file no newer than local file `%s' -- not retrieving.\n\n"), u->local); dlthis = 0; } else if (local_size != f->size)