aboutsummaryrefslogtreecommitdiffstats
path: root/irc_send.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-09-05 12:48:26 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-09-05 12:48:26 +0100
commited320e88b1677266f70b8b163c638bebe2a81e0a (patch)
tree947d20ab56ab11408f6084b762df11236f2ddac0 /irc_send.c
parentfef78131a46462ee1d1457aa690c52a52b23151a (diff)
Oops. One more compiler warning. I wish GCC would give the same warnings
with or without -O2.
Diffstat (limited to 'irc_send.c')
-rw-r--r--irc_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_send.c b/irc_send.c
index 76b88118..791ecc75 100644
--- a/irc_send.c
+++ b/irc_send.c
@@ -64,7 +64,7 @@ void irc_send_motd( irc_t *irc )
else
{
char linebuf[80];
- char *add, max, *in;
+ char *add = "", max, *in;
in = motd;
motd[len] = '\0';