diff options
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); } } |