mcabber/src/screen.c
changeset 252 cb7f944741e4
parent 238 8e30b2bb380e
child 260 33e1a05864a6
--- a/mcabber/src/screen.c	Sat Jun 25 08:40:00 2005 +0000
+++ b/mcabber/src/screen.c	Sat Jun 25 08:43:24 2005 +0000
@@ -1132,7 +1132,7 @@
   }
   if (multiline) {
     int len = strlen(multiline)+strlen(line)+2;
-    if (len >= HBB_BLOCKSIZE) {
+    if (len >= HBB_BLOCKSIZE - 1) {
       // We don't handle single messages with size > HBB_BLOCKSIZE
       // (see hbuf)
       scr_LogPrint("Your multi-line message is too big, this line has "