changeset 819:2f0f06f7319f

[gaim-migrate @ 829] this is probably bad. oh well. we can't send images or sounds yet anyway committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 01 Sep 2000 03:56:57 +0000
parents f425f51a3db8
children fe2e1ad4495b
files src/conversation.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Fri Sep 01 00:21:36 2000 +0000
+++ b/src/conversation.c	Fri Sep 01 03:56:57 2000 +0000
@@ -534,7 +534,7 @@
 	char *buf, *buf2, *buf3;
 	int hdrlen, limit;
 
-	if (c->is_direct) limit = 0x1ffffff;
+	if (c->is_direct) limit = 0x8000; /* 32 k */
 	else if (c->is_chat && USE_OSCAR) limit = MAXCHATMSGLEN;
 	else if (USE_OSCAR) limit = MAXMSGLEN;
 	else limit = MSG_LEN;