mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fixes for arrays
This commit is contained in:
parent
fe3e524247
commit
7c5dddf89d
2
inxi
2
inxi
|
@ -3163,7 +3163,7 @@ get_sensors_data()
|
||||||
}
|
}
|
||||||
|
|
||||||
# then the cpu fan speed
|
# then the cpu fan speed
|
||||||
if ( aFanReal[0] != "" ) {
|
if ( aFanReal[1] != "" ) {
|
||||||
if ( tempFanType == 1 && aFanWorking[1] != "" ) {
|
if ( tempFanType == 1 && aFanWorking[1] != "" ) {
|
||||||
aFanReal[1]=aFanWorking[1]
|
aFanReal[1]=aFanWorking[1]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue