From: jsancho Date: Tue, 13 Sep 2011 19:23:34 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.jsancho.org/?p=gacela.git;a=commitdiff_plain;h=a626f3f11b50e1495d0900eea563511c5e23bc27 --- diff --git a/src/gacela.c b/src/gacela.c index b2fe671..036b3fa 100644 --- a/src/gacela.c +++ b/src/gacela.c @@ -220,7 +220,7 @@ gacela_client (SCM rec_channel, SCM send_channel) } else { line_for_sending = realloc (line_for_sending, strlen (line_for_sending) + strlen (line) + 2); - line_for_sending = strcat (line_for_sending, " "); + line_for_sending = strcat (line_for_sending, "\n"); line_for_sending = strcat (line_for_sending, line); }