Bug#139010: sntop: sntop missing newline in version output
So, the proposal is to implement the following patch?
diff --git a/sntop.c b/sntop.c
index e073d96..f2b367b 100644
--- a/sntop.c
+++ b/sntop.c
@@ -177,7 +177,7 @@ int main(int argc, char *argv[])
load_config(cfile, &head);
if (!(flags & DAEMON)) {
- printf(SNTOP_VERSION " - loading ... ");
+ printf(SNTOP_VERSION " - loading ...\n");
initscr();
/* color code orig. by Ron Cooper <rcooper@crstexas.com> 20001024 */
if ((flags & DO_COLOR) && has_colors()) {
--
Happy hacking
Petter Reinholdtsen
Reply to: