Commit Diff


commit - 826babae952e7d959ce2c83db681d667172dace6
commit + adeb5ac9eb03ba6da8f8c175fbaf3621523e2837
blob - 1f13e23fa3b05b965bbbbbceca69300572c3afcc
blob + bd8a30b63b8dd0e4298cae5a8532ef84ed5e45f8
--- src/lib9/convD2M.c
+++ src/lib9/convD2M.c
@@ -40,7 +40,7 @@ convD2Mu(Dir *d, uchar *buf, uint nbuf, int dotu)
 {
 	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;