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 4044 by michael, Sun Jun 22 16:09:12 2014 UTC vs.
Revision 4047 by michael, Sun Jun 22 16:14:02 2014 UTC

# Line 526 | Line 526 | del_invite(struct Channel *chptr, struct
526   const char *
527   get_member_status(const struct Membership *ms, const int combine)
528   {
529 <  static char buffer[4];
529 >  static char buffer[4];  /* 4 for @%+\0 */
530    char *p = buffer;
531  
532    if (ms->flags & CHFL_CHANOP)

Diff Legend

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