summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-02-01 18:48:48 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-02-01 18:48:48 +0000
commit22cb4622b403ec9e42484b7af858243a417e2d12 (patch)
tree78574bacc0c6deaf9958b8970824ef6cc4126e32 /Build/source/texk/web2c/cwebdir/ctang-w2c.ch
parentf9a86d91264d68326b089b4e08e421ee03663185 (diff)
[CWEB] Fix verbosity bug in (upstream) ctangle.
git-svn-id: svn://tug.org/texlive/trunk@53621 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/ctang-w2c.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/ctang-w2c.ch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
index c525c88bd37..9f8136d9ac2 100644
--- a/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
@@ -315,7 +315,7 @@ for (an_output_file=end_output_files; an_output_file>cur_out_file;) {
if((C_file=fopen(check_file_name,"wb"))==NULL)
fatal(_("! Cannot open output file "),check_file_name);
@.Cannot open output file@>
- printf("\n(%s)",output_file_name); update_terminal;
+ if (show_progress) { printf("\n(%s)",output_file_name); update_terminal; }
cur_line=1;
stack_ptr=stack+1;
cur_name= (*an_output_file);