aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c
index 00c86a0..c052c9c 100644
--- a/src/state.c
+++ b/src/state.c
@@ -159,7 +159,7 @@ jalv_apply_state(Jalv* jalv, LilvState* state)
const bool must_pause = (jalv->play_state == JALV_RUNNING);
if (must_pause) {
jalv->play_state = JALV_PAUSE_REQUESTED;
- sem_wait(&jalv->paused);
+ zix_sem_wait(&jalv->paused);
}
lilv_state_restore(