From: <sea...@us...> - 2006-08-18 19:11:24
|
Revision: 16841 Author: seanegan Date: 2006-08-18 12:11:18 -0700 (Fri, 18 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16841&view=rev Log Message: ----------- Stu says to include this fix Modified Paths: -------------- branches/v2_0_0beta3_1/gaim/src/proxy.c Modified: branches/v2_0_0beta3_1/gaim/src/proxy.c =================================================================== --- branches/v2_0_0beta3_1/gaim/src/proxy.c 2006-08-18 19:09:07 UTC (rev 16840) +++ branches/v2_0_0beta3_1/gaim/src/proxy.c 2006-08-18 19:11:18 UTC (rev 16841) @@ -1736,7 +1736,7 @@ { struct PHB *phb = data; int hlen = strlen(phb->host); - phb->write_buf_len = 5 + hlen + 1; + phb->write_buf_len = 5 + hlen + 2; phb->write_buffer = g_malloc(phb->write_buf_len); phb->written_len = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |