Fix array size (Romildo ?).

SVN revision: 21813
This commit is contained in:
Kim Woelders 2006-04-04 19:51:36 +00:00
parent 0dffab31c2
commit a881ea7380
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ create_list_window(void)
/* stuff[2] = action */
/* stuff[3] = params */
char key[128], *params;
const char *stuff[2];
const char *stuff[4];
int len;
if (strlen(buf) < 1)