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