fix winsys freeze

This commit is contained in:
Berke Viktor 2011-11-28 23:11:43 +01:00
parent 47e9527072
commit 687203adbb
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ getCpuMhz (void)
static char *
getMemoryInfo (void)
{
static char buffer[16];
static char buffer[32];
MEMORYSTATUSEX meminfo;
meminfo.dwLength = sizeof (meminfo);