1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@354 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-10-22 01:13:39 +00:00
parent e58168e6ae
commit a5486b0339
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# $Id$
2005-10-21
* acpi segfault should be fixed
2005-10-17
* Ugly MPD mem leak fixed
* Other mem leaks fixed

View File

@ -910,7 +910,7 @@ passive: 73 C: tc1=4 tc2=3 tsp=40 devices=0xcdf6e6c0
int open_acpi_temperature(const char *name)
{
char path[256];
char buf[64];
char buf[256];
int fd;
if (name == NULL || strcmp(name, "*") == 0) {