mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52: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
|
|
@ -26,6 +26,6 @@ CHANNEL_SETUP_REC *channel_setup_find(const char *channel,
|
|||
|
||||
#define channel_chatnet_match(rec, chatnet) \
|
||||
((rec) == NULL || (rec)[0] == '\0' || \
|
||||
((chatnet) != NULL && g_strcasecmp(rec, chatnet) == 0))
|
||||
((chatnet) != NULL && g_ascii_strcasecmp(rec, chatnet) == 0))
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue