From 86fcadb85da04bc4e8bf7546cd0aabe98efbd008 Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Thu, 26 Jun 2014 00:34:25 +0100 Subject: Add some missing casts to silence compiler warnings --- src/fe-common/irc/fe-whois.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common') diff --git a/src/fe-common/irc/fe-whois.c b/src/fe-common/irc/fe-whois.c index e48c99c6..c5726124 100644 --- a/src/fe-common/irc/fe-whois.c +++ b/src/fe-common/irc/fe-whois.c @@ -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; -- cgit v1.2.3