aboutsummaryrefslogtreecommitdiff
path: root/tcpsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcpsend.c')
-rw-r--r--tcpsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpsend.c b/tcpsend.c
index e4f0aba..9277b57 100644
--- a/tcpsend.c
+++ b/tcpsend.c
@@ -130,7 +130,7 @@ static void tcpsend_free(t_tcpsend *x)
static void *tcpsend_new(void)
{
t_tcpsend *x = (t_tcpsend *)pd_new(tcpsend_class);
- outlet_new(&x->x_obj, &s_float);
+ outlet_new(&x->x_obj, gensym("float"));
x->x_fd = -1;
return (x);
}