From ae3e9e6fd3de4a38d293dc51558520b185698d94 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 6 Aug 2004 01:33:10 +0000 Subject: 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. [originally from svn r4411] --- 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 -- cgit v1.1