mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
g_strcasecmp -> g_ascii_strcasecmp
This commit is contained in:
parent
57f138c087
commit
9e47f34c3f
@ -338,7 +338,7 @@ static void cmd_statusbar_print_info(const char *name)
|
||||
for (; tmp != NULL; tmp = tmp->next) {
|
||||
STATUSBAR_CONFIG_REC *rec = tmp->data;
|
||||
|
||||
if (g_strcasecmp(rec->name, name) == 0) {
|
||||
if (g_ascii_strcasecmp(rec->name, name) == 0) {
|
||||
statusbar_print(rec);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user