mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
Fixed some small errors
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1452 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -3335,11 +3335,8 @@ void print_lm92 (const sensors_chip_name *name)
|
||||
{
|
||||
char *label = NULL;
|
||||
double temp[5];
|
||||
int valid;
|
||||
int valid,alarms;
|
||||
|
||||
if (fahrenheit) {
|
||||
sprintf (degv,"%cF",176);
|
||||
n
|
||||
if (!sensors_get_feature (*name,SENSORS_LM92_ALARMS,temp)) {
|
||||
alarms = *temp + 0.5;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user