aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-25 14:17:39 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-25 14:17:39 +0200
commit125b35db3243f55489a6e88efbdeeefc2c24018d (patch)
tree1e24ec316678b6af288ed96d29e82bbba37f70bc /irc_commands.c
parent59f5c42a86fe73e95aaed0bfe455c7c816f39d2b (diff)
parent1fc2958b1e503b782081692c1a503bc7bba19fe1 (diff)
Merging from Jelmer (this adds some basic unit testing code).
Diffstat (limited to 'irc_commands.c')
-rw-r--r--irc_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_commands.c b/irc_commands.c
index f410bb52..3bb24fdb 100644
--- a/irc_commands.c
+++ b/irc_commands.c
@@ -320,7 +320,7 @@ static void irc_cmd_userhost( irc_t *irc, char **cmd )
static void irc_cmd_ison( irc_t *irc, char **cmd )
{
user_t *u;
- char buff[IRC_MAX_LINE], *s;
+ char buff[IRC_MAX_LINE];
int lenleft, i;
buff[0] = '\0';