diff options
Diffstat (limited to 'flow/gslschedule.cc')
-rw-r--r-- | flow/gslschedule.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gslschedule.cc b/flow/gslschedule.cc index fe02e2f..b8bef86 100644 --- a/flow/gslschedule.cc +++ b/flow/gslschedule.cc @@ -858,7 +858,7 @@ StdFlowSystem::StdFlowSystem() * - the 44100 because of the obvious reason, that not every artsd * is running at that rate */ - gsl_engine_init(false, 512, 44100, /* subsampletqmask */ 63); + gsl_engine_init(false, 512, 44100, /* subsamplemask */ 63); if(gslGlobalMutexTable) arts_debug("gsl: using Unix98 pthreads directly for mutexes and conditions"); /*gsl_engine_debug_enable(GslEngineDebugLevel(GSL_ENGINE_DEBUG_JOBS | GSL_ENGINE_DEBUG_SCHED));*/ |