From 856d564690c858f7c9b92a81e9062328c75f193e Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 26 Aug 2010 21:44:45 +0200 Subject: Removed number of results in find data. --- commands.c | 1 - 1 file changed, 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 26a7ae5..8869f49 100644 --- a/commands.c +++ b/commands.c @@ -75,7 +75,6 @@ static void commands_find(GSocketConnection *connection, const gchar *cmd) { } GString *string = g_string_new(NULL); - g_string_append_printf(string, "%d\n", g_slist_length(list)); for(GSList *node = list; node; node = g_slist_next(node)) { struct file *f = node->data; gchar *relpath = g_build_filename(f->parent->path + -- cgit v1.2.3