Welcome to little lamb

Code » anopa » commit 4f45e06

echo: Fix not always turning ANSI off

author Olivier Brunel
2015-02-21 13:25:02 UTC
committer Olivier Brunel
2015-04-04 12:47:34 UTC
parent 27cb4ac94d2c1def57fbcc270f51b9c5cc6ad2e4

echo: Fix not always turning ANSI off

src/utils/aa-echo.c +1 -1

diff --git a/src/utils/aa-echo.c b/src/utils/aa-echo.c
index 28d4632..203a86b 100644
--- a/src/utils/aa-echo.c
+++ b/src/utils/aa-echo.c
@@ -132,7 +132,7 @@ main (int argc, char * const argv[])
         else
             aa_bs_noflush (where, argv[i]);
     }
-    aa_bs_flush (where, "\n");
+    aa_bs_end (where);
 
     return 0;
 }