<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3354" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=946142905-12062008><FONT face=Arial 
color=#0000ff size=2>ack, posted the wrong patch (accidentally dumped the buffer 
of the allinone), sorry. shoulda been:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=946142905-12062008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><FONT face=Arial size=2><SPAN 
class=384161220-11062008><FONT face="Lucida Console" color=#0000ff size=1>--- 
hobbitd/hobbitd.c 2007/04/11 21:58:28 1.263<BR>+++ 
hobbitd/hobbitd.c 2007/04/11 22:11:17<BR>@@ -2178,7 +2178,6 
@@<BR>   switch (f_type) {<BR>     case 
F_ACKMSG: if (lwalk->ackmsg) needed += 2*strlen(lwalk->ackmsg); 
break;<BR>     case F_DISMSG: if (lwalk->dismsg) needed 
+= 2*strlen(lwalk->dismsg); break;<BR>-    case F_MSG: needed 
+= 2*strlen(lwalk->message); break;<BR> <BR>     
case F_ACKLIST:<BR>    flush_acklist(lwalk, 0);<BR>@@ 
-2194,6 +2193,10 
@@<BR>    }<BR>    break;<BR> <BR>+    
case F_MSG:<BR>+    case F_LINE1:<BR>+   needed += 
2*strlen(lwalk->message); break;<BR>+<BR>     default: 
break;<BR>   }<BR>  }<BR></FONT></DIV></SPAN></FONT></BODY></HTML>