mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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);
|
||||
else
|
||||
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;
|
||||
|
||||
g_array_append_val (charge_fds, charge_fd);
|
||||
|
||||
Reference in New Issue
Block a user