From e6cb939a82d8559c338ce4cc824c55f4d58499e1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 24 Jan 2009 15:56:34 +0100 Subject: locate: added locate_item_list_casefold() Merged casefolding code from two locations into this one library function. --- src/queue_print.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/queue_print.c') diff --git a/src/queue_print.c b/src/queue_print.c index 54cdc15ae..5479360a2 100644 --- a/src/queue_print.c +++ b/src/queue_print.c @@ -85,11 +85,7 @@ queue_search(struct client *client, const struct queue *queue, { unsigned i; struct locate_item_list *new_list = - locate_item_list_new(criteria->length); - - for (i = 0; i < criteria->length; i++) - new_list->items[i].needle = - g_utf8_casefold(criteria->items[i].needle, -1); + locate_item_list_casefold(criteria); for (i = 0; i < queue_length(queue); i++) { const struct song *song = queue_get(queue, i); -- cgit v1.2.3