From 4834fcaa9a100ed230f6185f0bb135f17ca74185 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Fri, 5 Jun 2020 21:03:29 +0000 Subject: [CWEB] Fix newline blunder in case of error. A post on the tex-k list (see https://tug.org/pipermail/tex-k/2020-Jun/003198.html) revealed a bug in the 'common' code: Trying to avoid an empty line in a normal run with option '-p' ("show no progress messages") suppressed a necessary newline in an faulty run. git-svn-id: svn://tug.org/texlive/trunk@55422 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/cwebboot.cin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/cwebboot.cin') diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin index 4615c95bd75..1cbb77dc6ae 100644 --- a/Build/source/texk/web2c/cwebboot.cin +++ b/Build/source/texk/web2c/cwebboot.cin @@ -1310,7 +1310,7 @@ update_terminal;mark_error; #line 804 "cwebdir/comm-w2c.ch" int wrap_up(void){ -if(show_progress)new_line; +if(show_progress||show_happiness||(history> spotless))new_line; #line 1153 "cwebdir/common.w" if(show_stats) print_stats(); -- cgit v1.2.3