mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
This commit is contained in:
parent
5ca9287182
commit
0d4f13d20f
63 changed files with 168 additions and 160 deletions
|
|
@ -262,7 +262,7 @@ CODE:
|
|||
|
||||
for (i = 0; formats[i].def != NULL; i++) {
|
||||
if (formats[i].tag != NULL &&
|
||||
g_strcasecmp(formats[i].tag, tag) == 0)
|
||||
g_ascii_strcasecmp(formats[i].tag, tag) == 0)
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue