diff pidgin-twitter.h @ 222:b168502b73c3

expanded size of substitution buffer to 32KB. 128 bytes were not sufficient if both user name and channel name are rather long. tenforward reported this problem and umq pointed out the cause.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 03 Sep 2008 18:39:39 +0900
parents 739ed7a4426c
children c3efae72f72a
line wrap: on
line diff
--- a/pidgin-twitter.h	Tue Sep 02 13:19:25 2008 +0900
+++ b/pidgin-twitter.h	Wed Sep 03 18:39:39 2008 +0900
@@ -176,6 +176,9 @@
 #define TWITTER_DEFAULT_INTERVAL (60)
 #define TWITTER_DEFAULT_ICON_URL "http://static.twitter.com/images/default_profile_bigger.png"
 
+/* size of substitution buffer */
+#define SUBST_BUF_SIZE (32 * 1024)
+
 /* wassr specific macros */
 #define WASSR_POST_LEN (255)
 #define IDENTICA_POST_LEN (140)