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_fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mtx_fill.c') diff --git a/src/mtx_fill.c b/src/mtx_fill.c index 400c217..d842c9e 100644 --- a/src/mtx_fill.c +++ b/src/mtx_fill.c @@ -162,7 +162,7 @@ static void *newMTXFill (t_symbol *s, int argc, t_atom *argv) if (atom_getsymbol(argv)==gensym("matrix")) mTXFillIndexMatrix (mtx_fill_obj, s, argc-1, argv+1); else - post("mtx_fill: creation argument must be 'matrix ' for submatrix filling or 'matrix rows columns [...]' for indexed filling with scalar/matrices"); + pd_error(mtx_fill_obj, "mtx_fill: creation argument must be 'matrix ' for submatrix filling or 'matrix rows columns [...]' for indexed filling with scalar/matrices"); } mtx_fill_obj->list_outlet = outlet_new (&mtx_fill_obj->x_obj, gensym("matrix")); -- cgit v1.2.1