forked from PsychoticNinja/irssi
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) {
|
for (; tmp != NULL; tmp = tmp->next) {
|
||||||
STATUSBAR_CONFIG_REC *rec = tmp->data;
|
STATUSBAR_CONFIG_REC *rec = tmp->data;
|
||||||
|
|
||||||
if (g_strcasecmp(rec->name, name) == 0) {
|
if (g_ascii_strcasecmp(rec->name, name) == 0) {
|
||||||
statusbar_print(rec);
|
statusbar_print(rec);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user