1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Undo Jan's typo fix.

This commit is contained in:
hniksic 2000-11-25 03:51:14 -08:00
parent 01bc41fd80
commit 7e900c50bf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-11-25 Hrvoje Niksic <hniksic@arsdigita.com>
* ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
Dan.
2000-11-24 Karl Eichwalder <ke@suse.de> 2000-11-24 Karl Eichwalder <ke@suse.de>
* main.c (print_help): Untabify. * main.c (print_help): Untabify.

View File

@ -1285,7 +1285,7 @@ ftp_retrieve_list (struct urlinfo *u, struct fileinfo *f, ccon *con)
if (local_size == f->size && tml >= f->tstamp) if (local_size == f->size && tml >= f->tstamp)
{ {
logprintf (LOG_VERBOSE, _("\ 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; dlthis = 0;
} }
else if (local_size != f->size) else if (local_size != f->size)