From adeb5ac9eb03ba6da8f8c175fbaf3621523e2837 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 29 Dec 2005 21:39:51 +0000 Subject: correct array size (Marco Gaddoni) --- src/lib9/convD2M.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9') diff --git a/src/lib9/convD2M.c b/src/lib9/convD2M.c index 1f13e23f..bd8a30b6 100644 --- a/src/lib9/convD2M.c +++ b/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; -- cgit v1.2.3