aboutsummaryrefslogtreecommitdiff
path: root/udpsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'udpsend.c')
-rw-r--r--udpsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udpsend.c b/udpsend.c
index bbfa2a9..8751ddb 100644
--- a/udpsend.c
+++ b/udpsend.c
@@ -119,7 +119,7 @@ static void udpsend_free(t_udpsend *x)
static void *udpsend_new(void)
{
t_udpsend *x = (t_udpsend *)pd_new(udpsend_class);
- outlet_new(&x->x_obj, &s_float);
+ outlet_new(&x->x_obj, gensym("float"));
x->x_sender=NULL;
return (x);
}