Changeset ed320e8 for irc_send.c


Ignore:
Timestamp:
2010-09-05T11:48:26Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
975708a, d6657ce
Parents:
fef7813
Message:

Oops. One more compiler warning. I wish GCC would give the same warnings
with or without -O2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_send.c

    rfef7813 red320e8  
    6565        {
    6666                char linebuf[80];
    67                 char *add, max, *in;
     67                char *add = "", max, *in;
    6868               
    6969                in = motd;
Note: See TracChangeset for help on using the changeset viewer.