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:
parent
01bc41fd80
commit
7e900c50bf
@ -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>
|
||||
|
||||
* main.c (print_help): Untabify.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user