fix winsys freeze
This commit is contained in:
parent
47e9527072
commit
687203adbb
|
@ -186,7 +186,7 @@ getCpuMhz (void)
|
||||||
static char *
|
static char *
|
||||||
getMemoryInfo (void)
|
getMemoryInfo (void)
|
||||||
{
|
{
|
||||||
static char buffer[16];
|
static char buffer[32];
|
||||||
MEMORYSTATUSEX meminfo;
|
MEMORYSTATUSEX meminfo;
|
||||||
|
|
||||||
meminfo.dwLength = sizeof (meminfo);
|
meminfo.dwLength = sizeof (meminfo);
|
||||||
|
|
Loading…
Reference in New Issue