mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Fix % in format.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6086 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -674,7 +674,7 @@ static void print_chip_humidity(const sensors_chip_name *name,
|
||||
if ((label = sensors_get_label(name, feature))
|
||||
&& !sensors_get_value(name, subfeature->number, &humidity)) {
|
||||
print_label(label, label_size);
|
||||
printf("%6.1f \%RH\n", humidity);
|
||||
printf("%6.1f %%RH\n", humidity);
|
||||
}
|
||||
free(label);
|
||||
}
|
||||
|
Reference in New Issue
Block a user