From 34a2ba5cba836ebc1211b33381c648160ca71ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 11:15:25 +0000 Subject: use t_float/t_sample instead of "float" and where appropriate svn path=/trunk/externals/zexy/; revision=9111 --- src/relay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/relay.c') diff --git a/src/relay.c b/src/relay.c index e0609df..5447dbd 100644 --- a/src/relay.c +++ b/src/relay.c @@ -74,7 +74,7 @@ static void relay_list(t_relay *x, t_symbol *sel, int argc, t_atom *argv) int nelement; if (x->x_type == A_FLOAT) { - float f; + t_float f; if (!argc){ outlet_bang(x->x_rejectout); return; -- cgit v1.2.1