fixed overflow

This commit is contained in:
qeed 2010-09-03 16:29:08 +00:00
parent 17e7c9f436
commit b8e439ac46
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ static int ShowShortList(char *moe[], int n, int def)
{
int x,c;
int baa; //mbg merge 7/17/06 made to normal int
char tmp[16];
char tmp[256];
red:
for(x=0;x<n;x++)