changeset 10624:235e72d7bb0a

[gaim-migrate @ 12096] '\0' != NULL committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 22 Feb 2005 16:54:56 +0000
parents 14c32196fcfd
children 9eb235c6dc0a
files src/protocols/irc/irc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }