aboutsummaryrefslogtreecommitdiff
path: root/desiredata
diff options
context:
space:
mode:
Diffstat (limited to 'desiredata')
-rw-r--r--desiredata/extra/bonk~/bonk~.c2
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));