diff options
author | N.N. <sevyves@users.sourceforge.net> | 2010-05-18 04:05:30 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2010-05-18 04:05:30 +0000 |
commit | 81f0ab9f51bae69d4e3c54f903440e36e9a58dc9 (patch) | |
tree | 73bd79d6628c5b8cab7394782743f88844830f32 /modules | |
parent | d3a844bcba77807764006916cec790d42990be9e (diff) |
something strange about buffer size again
svn path=/trunk/externals/pidip/; revision=13559
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pdp_theonice~.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |