[Xfce4-commits] <xfce4-sensors-plugin:master> was bug 8266
Fabian
noreply at xfce.org
Sat May 12 12:58:04 CEST 2012
Updating branch refs/heads/master
to 84c1ddb0e4422f27d6a9a0b1ee2b2eee78c76f19 (commit)
from aca50818a0e557685ac0f4e5456b7e963cdf6fb7 (commit)
commit 84c1ddb0e4422f27d6a9a0b1ee2b2eee78c76f19
Author: Fabian <timystery at arcor.de>
Date: Sat May 12 12:18:33 2012 +0200
was bug 8266
lib/hddtemp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/hddtemp.c b/lib/hddtemp.c
index e61eb3c..c585f55 100644
--- a/lib/hddtemp.c
+++ b/lib/hddtemp.c
@@ -428,7 +428,7 @@ initialize_hddtemp (GPtrArray *chips, gboolean *suppressmessage)
/* Note: This is actually supposed to be carried out by ifdef HAVE_LINUX
and major/minor number stuff from compile time*/
- if (strcmp(p_uname->sysname, "Linux")==0 && (generation>=3 || (generation==2 && major>=5)))
+ if (strcmp(p_uname->sysname, "Linux")==0 && (generation>=3 || (generation==2 && major>=5)))
read_disks_linux26 (chip);
else
read_disks_fallback (chip); /* hopefully, that's a safe variant */
More information about the Xfce4-commits
mailing list