correct array size (Marco Gaddoni)
This commit is contained in:
parent
826babae95
commit
adeb5ac9eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue