Merge branch 'v0.18.x'

This commit is contained in:
Max Kellermann
2014-01-20 09:05:36 +01:00
12 changed files with 56 additions and 55 deletions

View File

@@ -41,7 +41,7 @@
void
playlist_print_uris(Client &client, const playlist &playlist)
{
const queue &queue = playlist.queue;
const Queue &queue = playlist.queue;
queue_print_uris(client, queue, 0, queue.GetLength());
}
@@ -50,7 +50,7 @@ bool
playlist_print_info(Client &client, const playlist &playlist,
unsigned start, unsigned end)
{
const queue &queue = playlist.queue;
const Queue &queue = playlist.queue;
if (end > queue.GetLength())
/* correct the "end" offset */