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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 3930 by michael, Mon Jun 9 14:56:25 2014 UTC vs.
Revision 3931 by michael, Mon Jun 9 15:24:54 2014 UTC

# Line 1773 | Line 1773 | valid_wild_card_simple(const char *data)
1773   int
1774   valid_wild_card(struct Client *source_p, int warn, int count, ...)
1775   {
1776 <  char tmpch = '\0';
1776 >  unsigned char tmpch = '\0';
1777    unsigned int nonwild = 0;
1778    va_list args;
1779  
# Line 1793 | Line 1793 | valid_wild_card(struct Client *source_p,
1793  
1794    while (count--)
1795    {
1796 <    const char *p = va_arg(args, const char *);
1796 >    const unsigned char *p = va_arg(args, const unsigned char *);
1797      if (p == NULL)
1798        continue;
1799  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines