changeset 34:50fe65830c03

Fix non-one-line entry output.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Sep 2014 01:54:34 +0300
parents 39d9df17c8b1
children 79e6d08b473f
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Fri Sep 26 00:16:42 2014 +0300
+++ b/sidinfo.c	Fri Sep 26 01:54:34 2014 +0300
@@ -478,7 +478,7 @@
         siPrintFieldSeparator(outFile);
     }
 
-    if (shown)
+    if (shown && optOneLine)
         fprintf(outFile, "\n");
 }