diff options
author | Max Kellermann <max@duempel.org> | 2009-10-13 16:25:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-13 16:25:17 +0200 |
commit | a61d0c95673aca05ff643550dd704e4436171c11 (patch) | |
tree | 97d52989e4bd913805dd02e06876395df0003c44 /src | |
parent | eea4edd92cd1cf32537e8870f90d7543af62cdc9 (diff) | |
parent | 6037beabe1b704093620704d279cda43d4874c4e (diff) | |
download | mpd-a61d0c95673aca05ff643550dd704e4436171c11.tar.gz mpd-a61d0c95673aca05ff643550dd704e4436171c11.tar.xz mpd-a61d0c95673aca05ff643550dd704e4436171c11.zip |
Merge branch 'v0.15.x'
Diffstat (limited to 'src')
-rw-r--r-- | src/input/curl_input_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/curl_input_plugin.c b/src/input/curl_input_plugin.c index 6cd2bc917..c3928a09b 100644 --- a/src/input/curl_input_plugin.c +++ b/src/input/curl_input_plugin.c @@ -310,7 +310,7 @@ fill_buffer(struct input_stream *is) return false; } - return true; + return !g_queue_is_empty(c->buffers); } /** |