ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_cap.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/modules/m_cap.c (file contents):
Revision 4793 by michael, Tue Oct 28 12:47:20 2014 UTC vs.
Revision 4935 by michael, Tue Nov 25 21:09:24 2014 UTC

# Line 77 | Line 77 | capab_search(const char *key, const stru
77      if (*key++ == '\0')  /* Hit the end, all right... */
78        return 0;
79      else  /* OK, let's move on... */
80 <      rb++;
80 >      ++rb;
81  
82    /*
83     * If the character they differ on happens to be a space, and it happens

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines