From: jacob Date: Fri, 18 Feb 2005 20:38:59 +0000 (+0000) Subject: Comment in template code X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/46c7302f13bc04db65afa5e5f0195fe10cf22c47 Comment in template code git-svn-id: svn://svn.tartarus.org/sgt/halibut@5348 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/bk_html.c b/bk_html.c index ce1dc4a..7914024 100644 --- a/bk_html.c +++ b/bk_html.c @@ -1988,6 +1988,7 @@ static char *html_format(paragraph *p, char *template_string) } else if (p->keyword && *p->keyword && fmt == 'k') ws = p->keyword; else + /* %N comes here; also failure cases of other fmts */ w = p->words; if (ws) {