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

Comparing ircd-hybrid-7.2/src/send.c (file contents):
Revision 438 by michael, Sat Feb 11 21:53:46 2006 UTC vs.
Revision 439 by michael, Sat Feb 11 21:58:40 2006 UTC

# Line 112 | Line 112 | iosend_default(va_list args)
112   static void
113   send_message(struct Client *to, char *buf, int len)
114   {
115 <  assert(!IsMe(to))
115 >  assert(!IsMe(to));
116    assert(to != &me);
117  
118    if (dbuf_length(&to->localClient->buf_sendq) + len > get_sendq(to))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines