# HG changeset patch # User Eric Warmenhoven # Date 967780617 0 # Node ID 2f0f06f7319fa264f7819e8340653f058865324b # Parent f425f51a3db8f0e3f6fe99d02e51fd86ea99d623 [gaim-migrate @ 829] this is probably bad. oh well. we can't send images or sounds yet anyway committer: Tailor Script diff -r f425f51a3db8 -r 2f0f06f7319f src/conversation.c --- 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;