mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +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
|
|
@ -180,7 +180,7 @@ static void cmd_dcc_send(const char *data, IRC_SERVER_REC *server,
|
|||
|
||||
chat = item_get_dcc(item);
|
||||
if (chat != NULL &&
|
||||
(chat->mirc_ctcp || g_strcasecmp(nick, chat->nick) != 0))
|
||||
(chat->mirc_ctcp || g_ascii_strcasecmp(nick, chat->nick) != 0))
|
||||
chat = NULL;
|
||||
|
||||
if (IS_IRC_SERVER(server) && server->connected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue