aboutsummaryrefslogtreecommitdiff
path: root/src/repack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/repack.c')
-rw-r--r--src/repack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repack.c b/src/repack.c
index dd32f8a..1d15863 100644
--- a/src/repack.c
+++ b/src/repack.c
@@ -152,7 +152,7 @@ static void *repack_new(t_floatarg f)
x->buffer = (t_atom *)getbytes(x->bufsize * sizeof(t_atom));
- inlet_new(&x->x_obj, &x->x_obj.ob_pd, &s_float, gensym(""));
+ inlet_new(&x->x_obj, &x->x_obj.ob_pd, gensym("float"), gensym(""));
outlet_new(&x->x_obj, 0);
return (x);