mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] ftp-ls.c typo fix by Karl Eichwalder.
This commit is contained in:
parent
7b7df3c236
commit
e6742c2313
@ -1,3 +1,7 @@
|
|||||||
|
2001-06-03 Karl Eichwalder <ke@suse.de>
|
||||||
|
|
||||||
|
* ftp-ls.c (ftp_parse_ls): Fix typo.
|
||||||
|
|
||||||
2001-05-27 Hrvoje Niksic <hniksic@arsdigita.com>
|
2001-05-27 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* all: Update copyright information.
|
* all: Update copyright information.
|
||||||
|
@ -785,7 +785,7 @@ ftp_parse_ls (const char *file, const enum stype system_type)
|
|||||||
return ftp_parse_unix_ls (file, TRUE);
|
return ftp_parse_unix_ls (file, TRUE);
|
||||||
default:
|
default:
|
||||||
logprintf (LOG_NOTQUIET, _("\
|
logprintf (LOG_NOTQUIET, _("\
|
||||||
Usupported listing type, trying Unix listing parser.\n"));
|
Unsupported listing type, trying Unix listing parser.\n"));
|
||||||
return ftp_parse_unix_ls (file, FALSE);
|
return ftp_parse_unix_ls (file, FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user