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

Comparing ircd-hybrid/trunk/src/extban.c (file contents):
Revision 9238 by michael, Fri Jan 31 17:57:39 2020 UTC vs.
Revision 9242 by michael, Fri Jan 31 18:26:31 2020 UTC

# Line 260 | Line 260 | extban_get_isupport(void)
260    DLINK_FOREACH(node, extban_list.head)
261    {
262      struct Extban *extban = node->data;
263 <    extban_chars[(unsigned char)extban->character] = extban->character;
263 >    extban_chars[extban->character] = extban->character;
264    }
265  
266    char *p = buf + strlcpy(buf, "$,", sizeof(buf));

Diff Legend

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