From 297d480ba91b45f4145932024bfde48c37ebf539 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 26 Aug 2010 22:53:22 +0200 Subject: Really 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 e32f6bc..64de9dc 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, "rfind %s %s\nexit\n", type, str); + g_snprintf(buffer, 0x400, "findr %s %s\nexit\n", type, str); g_socket_send(socket, buffer, strlen(buffer), NULL, NULL); gssize size; -- cgit v1.2.3