summaryrefslogtreecommitdiff
path: root/catch13~.c
diff options
context:
space:
mode:
Diffstat (limited to 'catch13~.c')
-rw-r--r--catch13~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/catch13~.c b/catch13~.c
index 9205f5c..5409d6a 100644
--- a/catch13~.c
+++ b/catch13~.c
@@ -66,7 +66,7 @@ t_int *sigcatch13_perf8(t_int *w)
else
dsp_add(sigcatch13_perf8, 3, x->x_vec, sp[0]->s_vec, sp[0]->s_n);
}
- else error("sigcatch13 %s: unexpected vector size", x->x_sym->s_name);
+ else pd_error(x, "sigcatch13 %s: unexpected vector size", x->x_sym->s_name);
}
void sigcatch13_free(t_sigcatch13 *x)