diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2004-08-06 01:33:10 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2004-08-06 01:33:10 +0000 |
| commit | ae3e9e6fd3de4a38d293dc51558520b185698d94 (patch) | |
| tree | 4b630854030f0830a21d3f6d51872c71494e5f49 /bk_info.c | |
| parent | a4baf2e856ebac06b56b62f46cde5d88229f0974 (diff) | |
| download | halibut-ae3e9e6fd3de4a38d293dc51558520b185698d94.zip halibut-ae3e9e6fd3de4a38d293dc51558520b185698d94.tar.gz halibut-ae3e9e6fd3de4a38d293dc51558520b185698d94.tar.bz2 halibut-ae3e9e6fd3de4a38d293dc51558520b185698d94.tar.xz | |
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]
Diffstat (limited to 'bk_info.c')
| -rw-r--r-- | bk_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |