1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-15 13:55:04 -05:00

sysinfo: Strip trailing space on video card

This commit is contained in:
TingPing 2015-03-02 19:03:09 -05:00
parent 4f891e21b3
commit 0c2501032e

View File

@ -405,7 +405,7 @@ static char *read_vga_name (IWbemClassObject *object)
return NULL;
}
return name_utf8;
return g_strchomp (name_utf8);
}
static char *read_res_info (IWbemClassObject *object)