aboutsummaryrefslogtreecommitdiff
path: root/pmpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'pmpd.c')
-rw-r--r--pmpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd.c b/pmpd.c
index 07b8c14..8ad2f9b 100644
--- a/pmpd.c
+++ b/pmpd.c
@@ -755,7 +755,7 @@ void pmpd_get(t_pmpd *x, t_symbol *s, int argc, t_atom *argv)
{
int i;
t_symbol *toget;
- t_atom toout[2];
+ t_atom toout[3];
toget = atom_getsymbolarg(0, argc, argv);
if ( (toget == gensym("massesPos")) && (argv[1].a_type == A_FLOAT) )