mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-24 10:12:22 -05:00
sysinfo: Strip trailing space on video card
This commit is contained in:
parent
9024a5c71b
commit
e313a82ab4
@ -390,7 +390,7 @@ static char *read_vga_name (IWbemClassObject *object)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return name_utf8;
|
return g_strchomp (name_utf8);
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *read_hdd_info (IWbemClassObject *object)
|
static char *read_hdd_info (IWbemClassObject *object)
|
||||||
|
Loading…
Reference in New Issue
Block a user