From 21ae6d6baaefe9a1d4e7a9189b6f8d9ef8cc091c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 24 Oct 2005 17:06:37 +0000 Subject: make errors findable with "last error" svn path=/trunk/externals/iem/iemmatrix/; revision=3764 --- src/mtx_mul~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mtx_mul~.c') 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; } -- cgit v1.2.1