updated for version 7.0104
diff --git a/src/spell.c b/src/spell.c
index 94991e7..175cf0b 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -4107,7 +4107,8 @@
 			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;