ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/channel.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/channel.c (file contents):
Revision 3724 by michael, Sat May 31 16:27:09 2014 UTC vs.
Revision 3782 by michael, Mon Jun 2 23:24:20 2014 UTC

# Line 171 | Line 171 | send_members(struct Client *client_p, st
171  
172      /*
173       * Space will be converted into CR, but we also need space for LF..
174 <     * That's why we use '- 1' here -adx
174 >     * That's why we use '- 1' here -adx
175       */
176      if (t + tlen - buf > IRCD_BUFSIZE - 1)
177      {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)