diff --git a/src/print.h b/src/print.h index edb9aea..28592fc 100644 --- a/src/print.h +++ b/src/print.h @@ -60,6 +60,8 @@ extern char ansi_format[]; #define warning_printf(format, args...) \ { \ + if (print_tainted) \ + putchar('\n'); \ if (option.color < 0) \ fprintf (stdout, "\r[%s] Warning: " format "\r\n", current_time(), ## args); \ else \