From 22c0a77781368cddcbd273009d3c55a765e9200a Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Mon, 8 Dec 2008 20:14:40 +0000 Subject: 0.42-0test06 svn path=/trunk/; revision=10432 --- pd/src/d_osc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/d_osc.c') diff --git a/pd/src/d_osc.c b/pd/src/d_osc.c index 93b1a89e..8336dd34 100644 --- a/pd/src/d_osc.c +++ b/pd/src/d_osc.c @@ -86,7 +86,7 @@ static t_int *phasor_perform(t_int *w) t_float *in = (t_float *)(w[2]); t_float *out = (t_float *)(w[3]); int n = (int)(w[4]); - double dphase = x->x_phase + UNITBIT32; + double dphase = x->x_phase + (double)UNITBIT32; union tabfudge tf; int normhipart; float conv = x->x_conv; -- cgit v1.2.1