diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-05 12:48:26 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-05 12:48:26 +0100 |
commit | ed320e88b1677266f70b8b163c638bebe2a81e0a (patch) | |
tree | 947d20ab56ab11408f6084b762df11236f2ddac0 /irc_send.c | |
parent | fef78131a46462ee1d1457aa690c52a52b23151a (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |