summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gsloscillator.c
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gsl/gsloscillator.c')
-rw-r--r--flow/gsl/gsloscillator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flow/gsl/gsloscillator.c b/flow/gsl/gsloscillator.c
index 2ae2868..e988efe 100644
--- a/flow/gsl/gsloscillator.c
+++ b/flow/gsl/gsloscillator.c
@@ -131,9 +131,9 @@ osc_process (GslOscData *osc,
if_reject (mode != osc->last_mode)
{
- guint change_mask = osc->last_mode >= OSC_FLAG_INVAL ? OSC_FLAG_INVAL : osc->last_mode ^ mode;
+ guint change_tqmask = osc->last_mode >= OSC_FLAG_INVAL ? OSC_FLAG_INVAL : osc->last_mode ^ mode;
- if (change_mask & OSC_FLAG_FREQ)
+ if (change_tqmask & OSC_FLAG_FREQ)
{
gdouble fcpos, flpos;