summaryrefslogtreecommitdiff
path: root/src/htscore.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-14 17:21:12 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-14 17:21:12 +0000
commit180308e6ec525bd051fad5e0e0bfd4bb17442aef (patch)
treef1e46fff7bc636c9c3d6083c2e79ce8d77675327 /src/htscore.c
parent90326d5cf6aed6f91ea37e833c4536e248079ff3 (diff)
Escaping fixes when the final disk filename contains a %
Diffstat (limited to 'src/htscore.c')
-rw-r--r--src/htscore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htscore.c b/src/htscore.c
index e0293fa..dd57b29 100644
--- a/src/htscore.c
+++ b/src/htscore.c
@@ -239,7 +239,7 @@ if (makeindex_fp) { \
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'; \