updated for version 7.0104

This commit is contained in:
Bram Moolenaar
2005-07-06 22:29:20 +00:00
parent 1756879365
commit 551f84f4e8
2 changed files with 8 additions and 2 deletions

View File

@ -4107,7 +4107,8 @@ store_aff_word(word, spin, afflist, affile, ht, xht, comb, flags, pfxlist)
use_pfxlist = pfxlist;
/* When there are postponed prefixes... */
if (spin->si_prefroot != NULL)
if (spin->si_prefroot != NULL
&& spin->si_prefroot->wn_sibling != NULL)
{
/* ... add a flag to indicate an affix was used. */
use_flags |= WF_HAS_AFF;