fixed overflow
This commit is contained in:
parent
17e7c9f436
commit
b8e439ac46
|
@ -395,7 +395,7 @@ static int ShowShortList(char *moe[], int n, int def)
|
||||||
{
|
{
|
||||||
int x,c;
|
int x,c;
|
||||||
int baa; //mbg merge 7/17/06 made to normal int
|
int baa; //mbg merge 7/17/06 made to normal int
|
||||||
char tmp[16];
|
char tmp[256];
|
||||||
|
|
||||||
red:
|
red:
|
||||||
for(x=0;x<n;x++)
|
for(x=0;x<n;x++)
|
||||||
|
|
Loading…
Reference in New Issue