summaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/spell.c b/src/spell.c
index 787a2c1ca..803f32d53 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -6901,8 +6901,7 @@ store_aff_word(spin, word, afflist, affile, ht, xht, condit, flags,
/* ... don't use a prefix list if combining
* affixes is not allowed. But do use the
* compound flags after them. */
- if ((!ah->ah_combine || (condit & CONDIT_COMB))
- && use_pfxlist != NULL)
+ if (!ah->ah_combine && use_pfxlist != NULL)
use_pfxlist += use_pfxlen;
}