aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/decoder_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/decoder_api.c b/src/decoder_api.c
index a06eb8364..7178e7496 100644
--- a/src/decoder_api.c
+++ b/src/decoder_api.c
@@ -243,8 +243,7 @@ decoder_data(struct decoder *decoder,
if (dest == NULL) {
/* the music pipe is full: wait for more
room */
- enum decoder_command cmd =
- need_chunks(is, nbytes == 0);
+ enum decoder_command cmd = need_chunks(is, true);
if (cmd != DECODE_COMMAND_NONE)
return cmd;
continue;