mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix compiler warning.
This commit is contained in:
parent
62aab82ead
commit
af928aaaaa
@ -1,3 +1,7 @@
|
|||||||
|
2010-10-11 Steven Schubiger <stsc@member.fsf.org>
|
||||||
|
|
||||||
|
* ftp.c (getftp): Initialize `targ'.
|
||||||
|
|
||||||
2010-10-08 Ivanov Anton <x86mail@gmail.com> (tiny change)
|
2010-10-08 Ivanov Anton <x86mail@gmail.com> (tiny change)
|
||||||
|
|
||||||
* src/html-url.c (check_style_attr): Skip quotes when they are present.
|
* src/html-url.c (check_style_attr): Skip quotes when they are present.
|
||||||
|
@ -503,7 +503,7 @@ Error in server response, closing control connection.\n"));
|
|||||||
logputs (LOG_VERBOSE, _("==> CWD not needed.\n"));
|
logputs (LOG_VERBOSE, _("==> CWD not needed.\n"));
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
char *targ;
|
char *targ = NULL;
|
||||||
int cwd_count;
|
int cwd_count;
|
||||||
int cwd_end;
|
int cwd_end;
|
||||||
int cwd_start;
|
int cwd_start;
|
||||||
|
Loading…
Reference in New Issue
Block a user