]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
f
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 May 2024 16:26:02 +0000 (18:26 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 May 2024 16:26:02 +0000 (18:26 +0200)
play.c

diff --git a/play.c b/play.c
index 9401ff4ae26bf7f4cf253567e4c5adbcb65c345b..29dc1317499eb2cd49dbe1d1b3653eca17cddcce 100644 (file)
--- a/play.c
+++ b/play.c
@@ -1176,7 +1176,7 @@ static int play_post_monitor(struct sched *s, __a_unused void *context)
        }
        ret = session_post_monitor(s);
        if (ret < 0)
-               goto out;
+               return ret;
        if (!pt->wn.btrn && !pt->fn.btrn) {
                char state = get_playback_state();
                if (state == 'P' || state == 'R' || state == 'F') {