diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-14 17:21:12 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-14 17:21:12 +0000 |
commit | 180308e6ec525bd051fad5e0e0bfd4bb17442aef (patch) | |
tree | f1e46fff7bc636c9c3d6083c2e79ce8d77675327 /src/htsparse.c | |
parent | 90326d5cf6aed6f91ea37e833c4536e248079ff3 (diff) |
Escaping fixes when the final disk filename contains a %
Diffstat (limited to 'src/htsparse.c')
-rw-r--r-- | src/htsparse.c | 1 |
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); } } |