From 970e7e3b52db9b05112651a19c6dd5789003f437 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 22 Jul 2011 15:50:09 +0400 Subject: [PATCH] Increase buffer for output. --- src/controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller.c b/src/controller.c index 8c9da3bb9..4cf80342e 100644 --- a/src/controller.c +++ b/src/controller.c @@ -1088,7 +1088,7 @@ controller_write_socket (void *arg) { struct controller_session *session = (struct controller_session *)arg; gint i; - gchar out_buf[64]; + gchar out_buf[1024]; GError *err = NULL; if (session->state == STATE_QUIT) { -- 2.39.5