From 90a0531efd29b72074a52bcb9fae7543464b83e0 Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 6 Aug 2004 01:33:10 +0000 Subject: [PATCH] Fix crash in Info backend: if a \[Kk] to a \B or \n was followed in a paragraph by another \[Kk], Bad Things would happen. git-svn-id: svn://svn.tartarus.org/sgt/halibut@4411 cda61777-01e9-0310-a592-d414129be87e --- bk_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bk_info.c b/bk_info.c index d4a4aca..0f9f1e5 100644 --- a/bk_info.c +++ b/bk_info.c @@ -706,7 +706,7 @@ static word *info_transform_wordlist(word *words, keywordlist *keywords) * In Info, we do nothing special for xrefs to * numbered list items or bibliography entries. */ - break; + continue; } else { /* * An xref to a different section has its text -- 2.11.0