aboutsummaryrefslogtreecommitdiffstats
path: root/irc_send.c
diff options
context:
space:
mode:
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';