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

Comparing ircd-hybrid-7.3/src/send.c (file contents):
Revision 1078 by michael, Sun Mar 7 22:55:05 2010 UTC vs.
Revision 1086 by michael, Sat Mar 13 23:59:10 2010 UTC

# Line 1072 | Line 1072 | ts_warn(const char *pattern, ...)
1072    }
1073  
1074    va_start(args, pattern);
1075 <  vsprintf_irc(buffer, pattern, args);
1075 >  vsnprintf(buffer, sizeof(buffer), pattern, args);
1076    va_end(args);
1077  
1078    sendto_realops_flags(UMODE_ALL, L_ALL, "%s", buffer);

Diff Legend

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