diff options
author | hunt <hunt> | 2005-08-24 04:53:30 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-08-24 04:53:30 +0000 |
commit | 582bdf7fc720ef0e6808aea3143a751bea0cbff8 (patch) | |
tree | 2a8dac6f8e6e1be34ac0ffbfc561097ab8b7f4e6 /runtime/stpd/librelay.c | |
parent | cc1681194e8477ee7b253686ffffeff3b282d988 (diff) | |
download | systemtap-steved-582bdf7fc720ef0e6808aea3143a751bea0cbff8.tar.gz systemtap-steved-582bdf7fc720ef0e6808aea3143a751bea0cbff8.tar.xz systemtap-steved-582bdf7fc720ef0e6808aea3143a751bea0cbff8.zip |
2005-08-23 Martin Hunt <hunt@redhat.com>
* librelay.c (merge_output): Don't add an extra \n.
Diffstat (limited to 'runtime/stpd/librelay.c')
-rw-r--r-- | runtime/stpd/librelay.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |