[Xfce4-commits] <xfce4-sensors-plugin:master> fix bug 8887

Fabian Nowak noreply at xfce.org
Tue May 15 20:54:01 CEST 2012


Updating branch refs/heads/master
         to 7aaeaff0cf144e2c67cb283e98d087795dd353ed (commit)
       from 9dcd5862c6f325bc4646f349932ffefcc770cca8 (commit)

commit 7aaeaff0cf144e2c67cb283e98d087795dd353ed
Author: Fabian Nowak <timystery at arcor.de>
Date:   Tue May 15 20:47:20 2012 +0200

    fix bug 8887

 lib/hddtemp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/hddtemp.c b/lib/hddtemp.c
index ca0d646..4a8a5a4 100644
--- a/lib/hddtemp.c
+++ b/lib/hddtemp.c
@@ -393,7 +393,7 @@ initialize_hddtemp (GPtrArray *chips, gboolean *suppressmessage)
     int generation, major, result;
 #endif
     int retval;
-    //struct utsname *p_uname;
+    struct utsname *p_uname;
     t_chip *chip;
 
     g_assert (chips!=NULL);


More information about the Xfce4-commits mailing list