]> sjero.net Git - wget/blobdiff - src/html-url.c
More quoting.
[wget] / src / html-url.c
index c6e758f8e0ad495a83e255065cd06a7166b0e2f4..68a8bc3c7a132d8f56b540dff72235f39845a9b0 100644 (file)
@@ -305,10 +305,10 @@ append_url (const char *link_uri, int position, int size,
       char *complete_uri = uri_merge (base, link_uri);
 
       DEBUGP (("%s: merge(%s, %s) -> %s\n",
-               quotearg_n_style (0, locale_quoting_style, ctx->document_file),
+               quotearg_n_style (0, escape_quoting_style, ctx->document_file),
                quote_n (1, base),
                quote_n (2, link_uri),
-               quotearg_n_style (3, locale_quoting_style, complete_uri)));
+               quotearg_n_style (3, escape_quoting_style, complete_uri)));
 
       url = url_parse (complete_uri, NULL, NULL, false);
       if (!url)