--- a/src/protocols/irc/irc.c Tue Feb 22 16:06:29 2005 +0000
+++ b/src/protocols/irc/irc.c Tue Feb 22 16:54:56 2005 +0000
@@ -427,7 +427,7 @@
struct irc_conn *irc = gc->proto_data;
const char *args[2];
args[0] = who;
- args[1] = '\0';
+ args[1] = NULL;
irc_cmd_whois(irc, "whois", NULL, args);
}