diff --git a/src/print.h b/src/print.h index f20d173..dd65393 100644 --- a/src/print.h +++ b/src/print.h @@ -77,6 +77,7 @@ extern char ansi_format[]; fprintf (stdout, "\r[%s] Warning: " format "\r\n", timestamp_current_time(), ## args); \ else \ ansi_printf("[%s] Warning: " format, timestamp_current_time(), ## args); \ + print_tainted = false; \ } \ } @@ -90,6 +91,7 @@ extern char ansi_format[]; fprintf (stdout, "\r[%s] Error: " format "\r\n", timestamp_current_time(), ## args); \ else \ ansi_printf("[%s] Error: " format, timestamp_current_time(), ## args); \ + print_tainted = false; \ } \ }