From ed320e88b1677266f70b8b163c638bebe2a81e0a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 5 Sep 2010 12:48:26 +0100 Subject: Oops. One more compiler warning. I wish GCC would give the same warnings with or without -O2. --- irc_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc_send.c') 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'; -- cgit v1.2.3