From c71d145c01d5d988d4da2c86c315660ce371f5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 17 Nov 2011 15:58:09 +0000 Subject: more liberal use of 'error' svn path=/trunk/externals/iem/iemmatrix/; revision=15786 --- src/mtx_max2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mtx_max2.c') diff --git a/src/mtx_max2.c b/src/mtx_max2.c index 60b87b5..27da1f3 100644 --- a/src/mtx_max2.c +++ b/src/mtx_max2.c @@ -99,7 +99,7 @@ static void mtx_max2_float(t_mtx_binmtx *x, t_float f) t_atom *ap, *ap2=m2->atombuffer+2; int row2, col2, n; - if (!m2->atombuffer){ post("mulitply with what ?"); return; } + if (!m2->atombuffer){ pd_error(x, "right-hand matrix is missing"); return; } row2=atom_getfloat(m2->atombuffer); col2=atom_getfloat(m2->atombuffer+1); -- cgit v1.2.1