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

Comparing ircd-hybrid-7.2/src/s_user.c (file contents):
Revision 592 by michael, Thu May 11 12:43:02 2006 UTC vs.
Revision 627 by michael, Fri May 26 11:33:57 2006 UTC

# Line 859 | Line 859 | do_local_user(const char *nick, struct C
859   static void *
860   change_simple_umode(va_list args)
861   {
862 +  struct Client *client_p;
863    struct Client *source_p;
864    int what;
865    unsigned int flag;
866  
867 <  va_arg(args, struct Client *);
867 >  client_p = va_arg(args, struct Client *);
868    source_p = va_arg(args, struct Client *);
869    what = va_arg(args, int);
870    flag = va_arg(args, unsigned int);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines