From 7d41c2213b5070d444fa17cdb04eeb9fdc955309 Mon Sep 17 00:00:00 2001 From: Katja Date: Sun, 6 Nov 2011 15:38:24 +0000 Subject: made smlib compliant with double precision svn path=/trunk/externals/smlib/; revision=15707 --- vvconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vvconv.c') diff --git a/vvconv.c b/vvconv.c index 5541705..1e107f0 100644 --- a/vvconv.c +++ b/vvconv.c @@ -101,7 +101,7 @@ static void vvconv_lst(t_vvconv *x, t_symbol *s, int argc, t_atom *argv) SETFLOAT(a, *g++); a++; } - freebytes(f,sizeof(float)*n); + freebytes(f,sizeof(t_float)*n); } outlet_list(x->x_obj.ob_outlet, gensym("list"), n, ap); freebytes(ap, sizeof(t_atom)*n); -- cgit v1.2.1