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

Comparing ircd-hybrid/branches/8.2.x/src/send.c (file contents):
Revision 3804 by michael, Tue Jun 3 18:27:26 2014 UTC vs.
Revision 3943 by michael, Mon Jun 16 17:57:48 2014 UTC

# Line 779 | Line 779 | sendto_match_servs(struct Client *source
779  
780    va_start(args, pattern);
781    dbuf_put_fmt(buff_suid, ":%s ", source_p->id);
782 <  dbuf_put_args(buff_suid, pattern, args);
782 >  send_format(buff_suid, pattern, args);
783    va_end(args);
784  
785    ++current_serial;

Diff Legend

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