From 582bdf7fc720ef0e6808aea3143a751bea0cbff8 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 24 Aug 2005 04:53:30 +0000 Subject: 2005-08-23 Martin Hunt * librelay.c (merge_output): Don't add an extra \n. --- runtime/stpd/ChangeLog | 6 +++++- runtime/stpd/librelay.c | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'runtime') diff --git a/runtime/stpd/ChangeLog b/runtime/stpd/ChangeLog index ac682548..c4b5ac35 100644 --- a/runtime/stpd/ChangeLog +++ b/runtime/stpd/ChangeLog @@ -1,10 +1,14 @@ 2005-08-23 Martin Hunt + + * librelay.c (merge_output): Don't add an extra \n. + +2005-08-23 Martin Hunt * librelay.c (read_last_buffers): New function. Directly grab the last buffers. (info_pending): Deleted. (request_last_buffers): Deleted. - + 2005-08-22 Martin Hunt * Makefile (debug): Add debug target. diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c index b265d0bc..f3bf2a9f 100644 --- a/runtime/stpd/librelay.c +++ b/runtime/stpd/librelay.c @@ -534,8 +534,6 @@ static int merge_output(void) num[j] = 0; } while (min); - if (!quiet) - fputs ("\n", stdout); if (!print_only) fputs ("\n", ofp); -- cgit