From daa5f5924d7406cc9d82ee893942f95e81c18cba Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Jan 2009 15:26:23 +0100 Subject: queue_print: use new_items instead of items Fix a typo in one of the previous patches. --- src/queue_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/queue_print.c b/src/queue_print.c index fb56d4ad6..b33c4f3ba 100644 --- a/src/queue_print.c +++ b/src/queue_print.c @@ -93,7 +93,7 @@ queue_search(struct client *client, const struct queue *queue, for (i = 0; i < queue_length(queue); i++) { const struct song *song = queue_get(queue, i); - if (strstrSearchTags(song, num_items, items)) + if (strstrSearchTags(song, num_items, new_items)) queue_print_song_info(client, queue, i); } -- cgit v1.2.3