From 4e8d705d99d333517757aa212cbcfe712f054f3e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 15 Nov 2016 01:17:47 +0100 Subject: fix another typo (f30fbcaaf) --- libs/fst/vstwin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/fst') diff --git a/libs/fst/vstwin.c b/libs/fst/vstwin.c index 1e053d1ae7..b26295fa73 100644 --- a/libs/fst/vstwin.c +++ b/libs/fst/vstwin.c @@ -92,10 +92,10 @@ maybe_set_program (VSTState* fst) // XXX check // 24 == audioMasterGetAutomationState, // 48 == audioMasterGetChunkFile - pthread_mutex_lock (&vstfx->state_lock); + pthread_mutex_lock (&fst->state_lock); fst->plugin->dispatcher (fst->plugin, 24 /* effSetChunk */, 1, fst->wanted_chunk_size, fst->wanted_chunk, 0); fst->want_chunk = 0; - pthread_mutex_unlock (&vstfx->state_lock); + pthread_mutex_unlock (&fst->state_lock); } } -- cgit v1.2.3