aboutsummaryrefslogtreecommitdiff
path: root/src/urn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/urn.c')
-rw-r--r--src/urn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urn.c b/src/urn.c
index 83f94e9..b3a8ee4 100644
--- a/src/urn.c
+++ b/src/urn.c
@@ -111,8 +111,8 @@ static void urn_seed(t_urn *x, t_float f)
static void *urn_new(t_symbol *s, int argc, t_atom *argv)
{
t_urn *x = (t_urn *)pd_new(urn_class);
-
t_float f=0.;
+ ZEXY_USEVAR(s);
inlet_new(&x->x_obj, &x->x_obj.ob_pd, gensym("float"), gensym(""));
x->x_floatout=outlet_new(&x->x_obj, &s_float);