mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Add some missing casts to silence compiler warnings
This commit is contained in:
parent
c26a634fe6
commit
86fcadb85d
2 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ static void hide_safe_channel_id(IRC_SERVER_REC *server, char *chans)
|
|||
if (idchan == NULL)
|
||||
return;
|
||||
}
|
||||
nick_flags = server->get_nick_flags(server);
|
||||
nick_flags = server->get_nick_flags(SERVER(server));
|
||||
|
||||
while (*idchan != '\0') {
|
||||
id = *idchan;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue