fix sysinfo print of cpu name
the cpu name might have tailing spaces in Windows, which weren't remove before printing.
This commit is contained in:
parent
b8645bfbf2
commit
dfda8f2eee
@ -356,6 +356,8 @@ static char *read_cpu_info (IWbemClassObject *object)
|
|||||||
|
|
||||||
VariantClear (&max_clock_speed_variant);
|
VariantClear (&max_clock_speed_variant);
|
||||||
|
|
||||||
|
g_strchomp (name_utf8);
|
||||||
|
|
||||||
if (cpu_freq_mhz > 1000)
|
if (cpu_freq_mhz > 1000)
|
||||||
{
|
{
|
||||||
result = g_strdup_printf ("%s (%.2fGHz)", name_utf8, cpu_freq_mhz / 1000.f);
|
result = g_strdup_printf ("%s (%.2fGHz)", name_utf8, cpu_freq_mhz / 1000.f);
|
||||||
|
Loading…
Reference in New Issue
Block a user