diff options
Diffstat (limited to 'src/mtx_min2.c')
-rw-r--r-- | src/mtx_min2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_min2.c b/src/mtx_min2.c index 5bf0db3..846cd31 100644 --- a/src/mtx_min2.c +++ b/src/mtx_min2.c @@ -99,7 +99,7 @@ static void mtx_min2_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); |