src/protocols/msn/msg.c

changeset 7590
54b26062c7e0
parent 7475
987384816492
child 7592
68956a7e8038
--- a/src/protocols/msn/msg.c	Fri Nov 21 18:12:55 2003 +0000
+++ b/src/protocols/msn/msg.c	Sat Nov 22 00:47:24 2003 +0000
@@ -157,11 +157,14 @@
 	GET_NEXT(tmp); /* Skip the username or flag */
 	msg->size = atoi(tmp);
 
+#if 0
+	/* Put this back when we intelligently handle binary strings. */
 	if (msg->size != strlen(strchr(str, '\n') + 1)) {
 		gaim_debug(GAIM_DEBUG_ERROR, "msn",
 				   "Incoming message size (%d) and string length (%d) "
 				   "do not match!\n", msg->size, strlen(str));
 	}
+#endif
 
 	/*
 	 * We're going to make sure this is incoming by checking field1.

mercurial