small tweak

This commit is contained in:
inxi-svn 2010-02-18 06:53:49 +00:00
parent 85f2543b31
commit f419ca2c96

3
inxi
View file

@ -3636,6 +3636,9 @@ get_sensors_data()
else if ( temp1 != "" && temp2 == "" && cpuTemp == "" && moboTemp == "" ){ else if ( temp1 != "" && temp2 == "" && cpuTemp == "" && moboTemp == "" ){
tempFanType=1 tempFanType=1
} }
else if ( temp1 != "" && temp2 == "" && cpuTemp == "" && moboTemp != "" ){
tempFanType=1
}
# then get the real cpu temp, best guess is hottest is real # then get the real cpu temp, best guess is hottest is real
if ( cpuTemp != "" ){ if ( cpuTemp != "" ){