aboutsummaryrefslogtreecommitdiff
path: root/pd/src/d_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/d_ctl.c')
-rw-r--r--pd/src/d_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/d_ctl.c b/pd/src/d_ctl.c
index 92467abe..8d6bb000 100644
--- a/pd/src/d_ctl.c
+++ b/pd/src/d_ctl.c
@@ -657,7 +657,7 @@ static void env_tilde_dsp(t_sigenv *x, t_signal **sp)
(x->x_npoints + sp[0]->s_n) * sizeof(t_sample));
if (!xx)
{
- post("env~: out of memory");
+ error("env~: out of memory");
return;
}
x->x_buf = (t_sample *)xx;