library: increasing meminfo()/namebuf size from 16 to 32

This commit is contained in:
Jaromir Capik 2014-08-05 19:15:03 +02:00
parent 51cd57259a
commit 2538b5ac03

View File

@ -622,7 +622,7 @@ static unsigned long kb_inactive_file;
void meminfo(void){
char namebuf[16]; /* big enough to hold any row name */
char namebuf[32]; /* big enough to hold any row name */
mem_table_struct findme = { namebuf, NULL};
mem_table_struct *found;
char *head;