aboutsummaryrefslogtreecommitdiff
path: root/pmpd3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'pmpd3d.c')
-rw-r--r--pmpd3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd3d.c b/pmpd3d.c
index 75958da..dc9575f 100644
--- a/pmpd3d.c
+++ b/pmpd3d.c
@@ -1359,7 +1359,7 @@ void pmpd3d_get(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv)
{
int i;
t_symbol *toget;
- t_atom toout[4];
+ t_atom toout[7];
toget = atom_getsymbolarg(0, argc, argv);
if ( (toget == gensym("massesPos")) && (argv[1].a_type == A_FLOAT) )