From 88b4da18ab484ea55f4a58174bf0ccebe0088f24 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 16 Mar 2004 12:13:54 +0000 Subject: toxy alpha8 svn path=/trunk/externals/miXed/; revision=1425 --- shared/toxy/scriptlet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/toxy/scriptlet.c') diff --git a/shared/toxy/scriptlet.c b/shared/toxy/scriptlet.c index b21f51a..954c596 100644 --- a/shared/toxy/scriptlet.c +++ b/shared/toxy/scriptlet.c @@ -348,7 +348,7 @@ static int scriptlet_addstring(t_scriptlet *sp, char *ibuf, { int result = 1; char *bp = ibuf, *ep = ibuf, *ep1; - char dotbuf[64]; /* LATER reestimation */ + char dotbuf[256]; /* FIXME requires a growable per-scriptlet buffer. */ if (!sp->s_separator) sp->s_separator = ' '; while (*ep) -- cgit v1.2.1