mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof: use non-breaking space between units
This commit is contained in:
@ -174,7 +174,7 @@ sysprof_battery_charge_record_fiber (gpointer user_data)
|
|||||||
g_strlcpy (counter->name, g_strstrip (model_name_data), sizeof counter->name);
|
g_strlcpy (counter->name, g_strstrip (model_name_data), sizeof counter->name);
|
||||||
else
|
else
|
||||||
g_strlcpy (counter->name, name, sizeof counter->name);
|
g_strlcpy (counter->name, name, sizeof counter->name);
|
||||||
g_snprintf (counter->description, sizeof counter->description, "%s (µAh)", counter->name);
|
g_snprintf (counter->description, sizeof counter->description, "%s (µAh)", counter->name);
|
||||||
counter->value.v64 = 0;
|
counter->value.v64 = 0;
|
||||||
|
|
||||||
g_array_append_val (charge_fds, charge_fd);
|
g_array_append_val (charge_fds, charge_fd);
|
||||||
|
|||||||
Reference in New Issue
Block a user