summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lisc/isel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisc/isel.c b/lisc/isel.c
index edf08b5..397b5bf 100644
--- a/lisc/isel.c
+++ b/lisc/isel.c
@@ -602,7 +602,10 @@ anumber(char *an, Blk *b, Con *c)
 	static char addtbl[10][10] = {
 		[0] [0] = 4,
 		[4] [4] = 4,
+		[4] [5] = 4,
+		[4] [6] = 4,
 		[5] [5] = 4,
+		[5] [6] = 4,
 		[6] [6] = 4,
 		[0] [3] = 4,
 		[2] [4] = 5,