From 1629db75695230918c65f89d5cd8bdffde823ac8 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 3 Jun 2009 02:40:38 +0000 Subject: fix template error report bug svn path=/trunk/; revision=11653 --- desiredata/extra/bonk~/bonk~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desiredata') diff --git a/desiredata/extra/bonk~/bonk~.c b/desiredata/extra/bonk~/bonk~.c index f97ae0e7..836fbcb1 100644 --- a/desiredata/extra/bonk~/bonk~.c +++ b/desiredata/extra/bonk~/bonk~.c @@ -696,7 +696,7 @@ static void bonk_read(t_bonk *x, t_symbol *s) nomore: if (remaining = (ntemplate % x->x_ninsig)) { - post("bonk_read: %d templates not a multiple of %d; dropping extras"); + post("bonk_read: %d templates not a multiple of %d; dropping extras", ntemplate, x->x_ninsig); x->x_template = (t_template *)t_resizebytes(x->x_template, ntemplate * sizeof(t_template), (ntemplate - remaining) * sizeof(t_template)); -- cgit v1.2.1