Merge branch 'v0.15.x'

This commit is contained in:
Max Kellermann
2009-10-13 16:25:17 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -310,7 +310,7 @@ fill_buffer(struct input_stream *is)
return false;
}
return true;
return !g_queue_is_empty(c->buffers);
}
/**