mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 03:30:18 +00:00
fix winsys freeze
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user