aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index dd0cf97..5540358 100644
--- a/src/index.c
+++ b/src/index.c
@@ -315,7 +315,7 @@ static void *index_new(t_symbol *s, int argc, t_atom *argv)
while (maxentries--) buf[maxentries]=0;
- outlet_new(&x->x_obj, &s_float);
+ outlet_new(&x->x_obj, gensym("float"));
return (x);
}