diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index 98bcae6a5..668d08365 100644 --- a/src/decode.c +++ b/src/decode.c @@ -144,7 +144,7 @@ static int waitOnDecode(PlayerControl * pc, DecoderControl * dc, while (dc->start) player_wakeup_decoder(); - if (dc->start || dc->error != DECODE_ERROR_NOERROR) { + if (dc->error != DECODE_ERROR_NOERROR) { pc->errored_song = pc->current_song; pc->error = PLAYER_ERROR_FILE; quitDecode(pc, dc); |