aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-10-03 17:15:34 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-10-03 17:15:34 +0000
commit6af1bae3aa930ec70d495ddd644c00bce14eb3fb (patch)
treefd572a8c664e347eb9565c301c20a85c5755db12 /src/index.c
parentf2dc8bbfc49d98835db4b767ac0ae3265f592000 (diff)
replaced &s_ with gensym()
svn path=/trunk/externals/zexy/; revision=15490
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index dd0cf97..5540358 100644
--- a/src/index.c
+++ b/src/index.c
@@ -315,7 +315,7 @@ static void *index_new(t_symbol *s, int argc, t_atom *argv)
while (maxentries--) buf[maxentries]=0;
- outlet_new(&x->x_obj, &s_float);
+ outlet_new(&x->x_obj, gensym("float"));
return (x);
}