aboutsummaryrefslogtreecommitdiff
path: root/src/makesymbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/makesymbol.c')
-rw-r--r--src/makesymbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makesymbol.c b/src/makesymbol.c
index ab24fcc..a36da12 100644
--- a/src/makesymbol.c
+++ b/src/makesymbol.c
@@ -121,7 +121,7 @@ static void *makesymbol_new(t_symbol *s, int argc, t_atom *argv)
x->x_sym = gensym("");
}
- outlet_new(&x->x_obj, &s_symbol);
+ outlet_new(&x->x_obj, gensym("symbol"));
inlet_new(&x->x_obj, &x->x_obj.ob_pd, gensym("symbol"), gensym("sym1"));
return (x);