# | 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) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |