mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-25 18:52:22 -05:00
fix winsys freeze
This commit is contained in:
parent
47e9527072
commit
687203adbb
@ -186,7 +186,7 @@ getCpuMhz (void)
|
||||
static char *
|
||||
getMemoryInfo (void)
|
||||
{
|
||||
static char buffer[16];
|
||||
static char buffer[32];
|
||||
MEMORYSTATUSEX meminfo;
|
||||
|
||||
meminfo.dwLength = sizeof (meminfo);
|
||||
|
Loading…
Reference in New Issue
Block a user