From: Steven Schubiger Date: Fri, 25 Apr 2008 21:05:54 +0000 (+0200) Subject: Further quote*()-related integrations in host.c. X-Git-Tag: v1.13~421^2~12^2~28^2~3 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=12db0ebf11ef0d991792112c87bfe447904ea37c Further quote*()-related integrations in host.c. --- diff --git a/src/host.c b/src/host.c index 5a530221..fdb35b1c 100644 --- a/src/host.c +++ b/src/host.c @@ -712,7 +712,8 @@ lookup_host (const char *host, int flags) /* No luck with the cache; resolve HOST. */ if (!silent && !numeric_address) - logprintf (LOG_VERBOSE, _("Resolving %s... "), escnonprint (host)); + logprintf (LOG_VERBOSE, _("Resolving %s... "), + quotearg_style (escape_quoting_style, host)); #ifdef ENABLE_IPV6 {