Fri Apr 22 23:39:36 ART 2005  Alberto Bertogli <albertogli@telpin.com.ar>
  * Fix input buffer lenght check.
diff -rN -u old-msnlib/msn new-msnlib/msn
--- old-msnlib/msn	2005-05-27 13:09:28.000000000 -0300
+++ new-msnlib/msn	2005-05-27 13:09:28.000000000 -0300
@@ -677,7 +677,7 @@
 
 			# in an empty buffer we fill with the last received or
 			# the last sent
-			if len(inbuf) == 1:
+			if len(p) == 0:
 				if mtolsent:
 					inbuf = mtolsent
 					matchl_status = 2

