Fix compiler warning.

This commit is contained in:
Steven Schubiger 2010-10-11 22:46:00 +02:00 committed by Giuseppe Scrivano
parent 62aab82ead
commit af928aaaaa
2 changed files with 5 additions and 1 deletions

View File

@ -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)
* src/html-url.c (check_style_attr): Skip quotes when they are present.

View File

@ -503,7 +503,7 @@ Error in server response, closing control connection.\n"));
logputs (LOG_VERBOSE, _("==> CWD not needed.\n"));
else
{
char *targ;
char *targ = NULL;
int cwd_count;
int cwd_end;
int cwd_start;