]> git.jsancho.org Git - gacela.git/commitdiff
(no commit message)
authorjsancho <devnull@localhost>
Tue, 13 Sep 2011 19:23:34 +0000 (19:23 +0000)
committerjsancho <devnull@localhost>
Tue, 13 Sep 2011 19:23:34 +0000 (19:23 +0000)
src/gacela.c

index b2fe6714b145f5f524a2d588c8a64ecdf5038d97..036b3fa9ef3075d3eae7404564495240d1a7d01c 100644 (file)
@@ -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);
        }