diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 23:11:43 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-28 23:11:43 +0100 |
commit | 687203adbbb962f79780586dcf601622b6e4a3ec (patch) | |
tree | 58a8293d081dfd8ca712c2af3cf14fbcde171aed /plugins | |
parent | 47e952707208a1c023c1e4c836c5ebf06e1d64d9 (diff) |
fix winsys freeze
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/winsys/winsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/winsys/winsys.cpp b/plugins/winsys/winsys.cpp index 54f4641d..299b8f87 100644 --- a/plugins/winsys/winsys.cpp +++ b/plugins/winsys/winsys.cpp @@ -186,7 +186,7 @@ getCpuMhz (void) static char * getMemoryInfo (void) { - static char buffer[16]; + static char buffer[32]; MEMORYSTATUSEX meminfo; meminfo.dwLength = sizeof (meminfo); |