tcorrect array size (Marco Gaddoni) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit adeb5ac9eb03ba6da8f8c175fbaf3621523e2837
 (DIR) parent 826babae952e7d959ce2c83db681d667172dace6
 (HTM) Author: rsc <devnull@localhost>
       Date:   Thu, 29 Dec 2005 21:39:51 +0000
       
       correct array size (Marco Gaddoni)
       
       Diffstat:
         M src/lib9/convD2M.c                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/lib9/convD2M.c b/src/lib9/convD2M.c
       t@@ -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;