mirror of
https://github.com/mirror/wget.git
synced 2025-02-12 12:50:42 +08:00
Fix a double quoting
This commit is contained in:
parent
a459f0aac9
commit
1063191b33
@ -316,7 +316,7 @@ iri_free (struct iri *i)
|
|||||||
void
|
void
|
||||||
set_uri_encoding (struct iri *i, char *charset, bool force)
|
set_uri_encoding (struct iri *i, char *charset, bool force)
|
||||||
{
|
{
|
||||||
DEBUGP (("URI encoding = `%s'\n", charset ? quote (charset) : "None"));
|
DEBUGP (("URI encoding = %s\n", charset ? quote (charset) : "None"));
|
||||||
if (!force && opt.encoding_remote)
|
if (!force && opt.encoding_remote)
|
||||||
return;
|
return;
|
||||||
if (i->uri_encoding)
|
if (i->uri_encoding)
|
||||||
|
Loading…
Reference in New Issue
Block a user