aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_max2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_max2.c')
-rw-r--r--src/mtx_max2.c2
1 files changed, 1 insertions, 1 deletions
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);