mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-02 20:18:30 +00:00
acpi bug
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@354 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
e58168e6ae
commit
a5486b0339
@ -1,5 +1,8 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
|
2005-10-21
|
||||||
|
* acpi segfault should be fixed
|
||||||
|
|
||||||
2005-10-17
|
2005-10-17
|
||||||
* Ugly MPD mem leak fixed
|
* Ugly MPD mem leak fixed
|
||||||
* Other mem leaks fixed
|
* Other mem leaks fixed
|
||||||
|
@ -910,7 +910,7 @@ passive: 73 C: tc1=4 tc2=3 tsp=40 devices=0xcdf6e6c0
|
|||||||
int open_acpi_temperature(const char *name)
|
int open_acpi_temperature(const char *name)
|
||||||
{
|
{
|
||||||
char path[256];
|
char path[256];
|
||||||
char buf[64];
|
char buf[256];
|
||||||
int fd;
|
int fd;
|
||||||
|
|
||||||
if (name == NULL || strcmp(name, "*") == 0) {
|
if (name == NULL || strcmp(name, "*") == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user