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;
|
uchar *p, *ebuf;
|
||||||
char *sv[5];
|
char *sv[5];
|
||||||
int i, ns, nsv[4], ss, nstr, fixlen;
|
int i, ns, nsv[5], ss, nstr, fixlen;
|
||||||
|
|
||||||
if(nbuf < BIT16SZ)
|
if(nbuf < BIT16SZ)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue