summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-14 17:10:01 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-14 17:10:01 +0000
commit90326d5cf6aed6f91ea37e833c4536e248079ff3 (patch)
tree838fc71dcf73c15ccc00d55dd7f2815181eed557
parentc1a5fc70c5f640e19f15dd62fb754a12ac49488a (diff)
Malformed escaping.
-rw-r--r--src/htsparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsparse.c b/src/htsparse.c
index b6aa3b5..69dabde 100644
--- a/src/htsparse.c
+++ b/src/htsparse.c
@@ -214,7 +214,7 @@ Please visit our Website: http://www.httrack.com
if (makeindex_links == 1) { \
char BIGSTK link_escaped[HTS_URLMAXSIZE*2]; \
strcpybuff(link_escaped, makeindex_firstlink); \
- escape_check_url(link_escaped); \
+ escape_uri_utf(link_escaped); \
sprintf(tempo,"<meta HTTP-EQUIV=\"Refresh\" CONTENT=\"0; URL=%s\">"CRLF,link_escaped); \
} else \
tempo[0]='\0'; \