From e301eb7510e0e9911022f23c8533ff09a74f944b Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 26 Aug 2010 22:48:02 +0200 Subject: Fixed find command regression. --- server_communication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server_communication.c') diff --git a/server_communication.c b/server_communication.c index f331a35..e32f6bc 100644 --- a/server_communication.c +++ b/server_communication.c @@ -79,7 +79,7 @@ gchar **server_find(struct server *server, const gchar *type, const gchar *str) } gchar buffer[0x400]; - g_snprintf(buffer, 0x400, "find %s %s\nexit\n", type, str); + g_snprintf(buffer, 0x400, "rfind %s %s\nexit\n", type, str); g_socket_send(socket, buffer, strlen(buffer), NULL, NULL); gssize size; -- cgit v1.2.3