From 1e45c6bafc8419930958103cc1651ff86cf5d84d Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Fri, 20 Jul 2007 03:25:21 +0000 Subject: various bug fixes. svn path=/trunk/; revision=8186 --- pd/src/m_binbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/m_binbuf.c') diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c index e12bad5f..69580741 100644 --- a/pd/src/m_binbuf.c +++ b/pd/src/m_binbuf.c @@ -388,7 +388,7 @@ void binbuf_restore(t_binbuf *x, int argc, t_atom *argv) } -#define MSTACKSIZE 2048 +#define MSTACKSIZE 10000 /* FIXME -- make this grow as needed */ void binbuf_print(t_binbuf *x) { -- cgit v1.2.1