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

Comparing ircd-hybrid-8/modules/core/m_nick.c (file contents):
Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC vs.
Revision 1431 by michael, Sat Jun 9 19:15:10 2012 UTC

# Line 194 | Line 194 | mr_nick(struct Client *client_p, struct
194          int parc, char *parv[])
195   {
196    struct Client *target_p = NULL;
197 <  char nick[NICKLEN];
197 >  char nick[NICKLEN + 1];
198    char *s = NULL;
199  
200    if (parc < 2 || EmptyString(parv[1]))
# Line 255 | Line 255 | static void
255   m_nick(struct Client *client_p, struct Client *source_p,
256         int parc, char *parv[])
257   {
258 <  char nick[NICKLEN];
258 >  char nick[NICKLEN + 1];
259    struct Client *target_p = NULL;
260  
261    assert(source_p == client_p);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines