mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Fix yet another oversight when coding blindly in 6a513a11f
This commit is contained in:
parent
5417ddd792
commit
fa8f75c145
1 changed files with 1 additions and 1 deletions
|
|
@ -831,7 +831,7 @@ CoreAudioBackend::coreaudio_process_thread (void *arg)
|
|||
{
|
||||
ThreadData* td = reinterpret_cast<ThreadData*> (arg);
|
||||
|
||||
if (pbd_mach_set_realtime_policy (pthread_self (), period_ns, false)) {
|
||||
if (pbd_mach_set_realtime_policy (pthread_self (), td->period_ns, false)) {
|
||||
PBD::warning << _("AudioEngine: process thread failed to set mach realtime policy.") << endmsg;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue