mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
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
Block a user