Changeset 125b35d for irc_commands.c


Ignore:
Timestamp:
2006-06-25T12:17:39Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4b1a75a
Parents:
59f5c42a (diff), 1fc2958 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging from Jelmer (this adds some basic unit testing code).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    r59f5c42a r125b35d  
    321321{
    322322        user_t *u;
    323         char buff[IRC_MAX_LINE], *s;
     323        char buff[IRC_MAX_LINE];
    324324        int lenleft, i;
    325325       
Note: See TracChangeset for help on using the changeset viewer.