Use Gnulib's quote function in recur.c.

This commit is contained in:
Steven Schubiger 2008-04-16 12:28:19 +02:00
parent 9d519d49f0
commit 87f85de75b
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
* mswindows.c: Likewise.
* openssl.c: Likewise.
* progress.c: Likewise.
* recur.c: Likewise.
2008-04-16 Steven Schubiger <schubiger@gmail.com>

View File

@ -439,7 +439,7 @@ download_child_p (const struct urlpos *upos, struct url *parent, int depth,
if (opt.spider)
{
char *referrer = url_string (parent, URL_AUTH_HIDE_PASSWD);
DEBUGP (("download_child_p: parent->url is: `%s'\n", parent->url));
DEBUGP (("download_child_p: parent->url is: %s\n", quote (parent->url)));
visited_url (url, referrer);
xfree (referrer);
}