aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_mul~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_mul~.c')
-rw-r--r--src/mtx_mul~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mtx_mul~.c b/src/mtx_mul~.c
index f0f9c44..b45e1dd 100644
--- a/src/mtx_mul~.c
+++ b/src/mtx_mul~.c
@@ -826,11 +826,11 @@ static void *matrix_multilde_new(t_symbol *s, int argc, t_atom *argv)
x->x_compat=0;
if(s==gensym("matrix~")){
- error("[matrix~] is deprecated! use [mtx_*~] instead!!");
+ pd_error(x,"[matrix~] is deprecated! use [mtx_*~] instead!!");
x->x_compat=2;
}
else if (s==gensym("matrix_mul_line~")){
- error("[matrix_mul_line~] is deprecated! use [mtx_*~] instead!!");
+ pd_error(x,"[matrix_mul_line~] is deprecated! use [mtx_*~] instead!!");
x->x_compat=1;
}