diff options
Diffstat (limited to 'src/htsparse.c')
-rw-r--r-- | src/htsparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsparse.c b/src/htsparse.c index 3da5158..46477a7 100644 --- a/src/htsparse.c +++ b/src/htsparse.c @@ -175,7 +175,7 @@ Please visit our Website: http://www.httrack.com if (makeindex_links == 1) { \ char BIGSTK link_escaped[HTS_URLMAXSIZE*2]; \ escape_uri_utf(makeindex_firstlink, link_escaped, sizeof(link_escaped)); \ - sprintf(tempo,"<meta HTTP-EQUIV=\"Refresh\" CONTENT=\"0; URL=%s\">"CRLF,link_escaped); \ + snprintf(tempo,sizeof(tempo),"<meta HTTP-EQUIV=\"Refresh\" CONTENT=\"0; URL=%s\">"CRLF,link_escaped); \ } else \ tempo[0]='\0'; \ hts_template_format(makeindex_fp,template_footer, \ |