library: increasing meminfo()/namebuf size from 16 to 32
This commit is contained in:
parent
51cd57259a
commit
2538b5ac03
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user