2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Add missing sign on max voltage limits of pc87360.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2978 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-04-19 19:53:08 +00:00
parent 5359162b07
commit a57ef088c0

View File

@@ -4510,7 +4510,7 @@ void print_pc87366(const sensors_chip_name *name)
&& !sensors_get_feature(*name, SENSORS_PC87360_IN0_MAX + i, &max)) {
if (valid) {
print_label(label, 10);
printf("%+6.2f V (min = %+6.2f V, max = %6.2f V) %s\n",
printf("%+6.2f V (min = %+6.2f V, max = %+6.2f V) %s\n",
cur, min, max,
status&(PC87365_STATUS_IN_MIN
|PC87365_STATUS_IN_MAX)?"ALARM":"");