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

Comparing ircd-hybrid-8/src/parse.c (file contents):
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC vs.
Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC

# Line 31 | Line 31
31   #include "sprintf_irc.h"
32   #include "ircd.h"
33   #include "numeric.h"
34 < #include "s_log.h"
34 > #include "log.h"
35   #include "send.h"
36 < #include "s_conf.h"
36 > #include "conf.h"
37   #include "memory.h"
38   #include "s_user.h"
39   #include "s_serv.h"
# Line 709 | Line 709 | handle_numeric(char numeric[], struct Cl
709      t += tl;
710    }
711  
712 <  ircsprintf(t," :%s", parv[parc-1]);
712 >  ircsprintf(t, " :%s", parv[parc-1]);
713  
714    if (((target_p = find_person(client_p, parv[1])) != NULL) ||
715        ((target_p = hash_find_server(parv[1])) != NULL))

Diff Legend

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