diff options
author | N.N. <matju@users.sourceforge.net> | 2009-06-03 02:40:38 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-06-03 02:40:38 +0000 |
commit | 1629db75695230918c65f89d5cd8bdffde823ac8 (patch) | |
tree | 58aad4df0899068786ab9ca7af08b47611369bd0 /desiredata/extra/bonk~ | |
parent | 3c33baf471ac02e0b5044d2d7240627ea0035bad (diff) |
fix template error report bug
svn path=/trunk/; revision=11653
Diffstat (limited to 'desiredata/extra/bonk~')
-rw-r--r-- | desiredata/extra/bonk~/bonk~.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |