diff options
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 7aba77d..95fdd22 100644 --- a/src/regex.c +++ b/src/regex.c @@ -271,7 +271,7 @@ static void *regex_new(t_symbol *s, int argc, t_atom*argv) x->x_outResult=outlet_new(&x->x_obj, 0); x->x_outDetails=outlet_new(&x->x_obj, gensym("list")); - x->x_outNumDetails=outlet_new(&x->x_obj, &s_float); + x->x_outNumDetails=outlet_new(&x->x_obj, gensym("float")); #ifdef HAVE_REGEX_H |