summaryrefslogtreecommitdiff
path: root/src/htsparse.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/htsparse.c
parent90326d5cf6aed6f91ea37e833c4536e248079ff3 (diff)
Escaping fixes when the final disk filename contains a %
Diffstat (limited to 'src/htsparse.c')
-rw-r--r--src/htsparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsparse.c b/src/htsparse.c
index 69dabde..e1380a0 100644
--- a/src/htsparse.c
+++ b/src/htsparse.c
@@ -732,6 +732,7 @@ int htsparse(htsmoduleStruct * str, htsmoduleStructExtended * stre) {
}
// Body
+ escape_uri_utf(tempo);
fprintf(makeindex_fp, template_body, tempo, s);
}
}