1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-26 03:02:17 -05:00

fix winsys freeze

This commit is contained in:
Berke Viktor 2011-11-28 23:11:43 +01:00
parent 47e9527072
commit 687203adbb

View File

@ -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);