correct array size (Marco Gaddoni)
diff --git a/src/lib9/convD2M.c b/src/lib9/convD2M.c
index 1f13e23..bd8a30b 100644
--- a/src/lib9/convD2M.c
+++ b/src/lib9/convD2M.c
@@ -40,7 +40,7 @@
 {
 	uchar *p, *ebuf;
 	char *sv[5];
-	int i, ns, nsv[4], ss, nstr, fixlen;
+	int i, ns, nsv[5], ss, nstr, fixlen;
 
 	if(nbuf < BIT16SZ)
 		return 0;