aboutsummaryrefslogtreecommitdiff
path: root/iemlib2/src/m2f~.c
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2007-10-24 15:57:05 +0000
committermusil <tmusil@users.sourceforge.net>2007-10-24 15:57:05 +0000
commitc656a4ffdd98eb870916e2adcb9d74fc4b592043 (patch)
tree88524d3c419f9d15121cd22dccce0b71b34c0ebb /iemlib2/src/m2f~.c
parent2f146dfb942fb1cc551e73c18475f26289c69c67 (diff)
union tabfudge_d instead tabfudge
svn path=/trunk/externals/iemlib/; revision=8873
Diffstat (limited to 'iemlib2/src/m2f~.c')
-rw-r--r--iemlib2/src/m2f~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iemlib2/src/m2f~.c b/iemlib2/src/m2f~.c
index 47060e5..5968b3e 100644
--- a/iemlib2/src/m2f~.c
+++ b/iemlib2/src/m2f~.c
@@ -40,7 +40,7 @@ static t_int *m2f_tilde_perform(t_int *w)
t_float *tab = iem_m2f_tilde_table, *addr, f1, f2, frac, iinn;
double dphase;
int normhipart;
- union tabfudge tf;
+ union tabfudge_d tf;
tf.tf_d = UNITBIT32;
normhipart = tf.tf_i[HIOFFSET];
@@ -92,7 +92,7 @@ static void m2f_tilde_dsp(t_m2f_tilde *x, t_signal **sp)
static void m2f_tilde_maketable(void)
{
- union tabfudge tf;
+ union tabfudge_d tf;
if(!iem_m2f_tilde_table)
{