mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Use Gnulib's quote function in recur.c.
This commit is contained in:
parent
9d519d49f0
commit
87f85de75b
@ -12,6 +12,7 @@
|
||||
* mswindows.c: Likewise.
|
||||
* openssl.c: Likewise.
|
||||
* progress.c: Likewise.
|
||||
* recur.c: Likewise.
|
||||
|
||||
2008-04-16 Steven Schubiger <schubiger@gmail.com>
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user