From 81f0ab9f51bae69d4e3c54f903440e36e9a58dc9 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 18 May 2010 04:05:30 +0000 Subject: something strange about buffer size again svn path=/trunk/externals/pidip/; revision=13559 --- modules/pdp_theonice~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pdp_theonice~.c b/modules/pdp_theonice~.c index 89c8020..c46c98d 100644 --- a/modules/pdp_theonice~.c +++ b/modules/pdp_theonice~.c @@ -61,7 +61,7 @@ #define STREAMA_SNO 0x456789 #define MAX_COMMENT_LENGTH 1024 -#define STRBUF_SIZE 32 +#define STRBUF_SIZE 1024 #define OGG_AUDIO_SIZE 1024 #ifndef MSG_NOSIGNAL -- cgit v1.2.1