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