Skip to content

Commit

Permalink
[CWEB] Fix ouput format when 'tracing @2' (and '-p').
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@57869 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Feb 24, 2021
1 parent 798bf07 commit 446d9e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions texk/web2c/cwebdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-02-24 Andreas Scherer <https://ascherer.github.io>

* cweave.w: Fix output format when 'tracing @2'.

2021-02-23 Andreas Scherer <https://ascherer.github.io>

* cwebman.tex,
Expand Down
1 change: 1 addition & 0 deletions texk/web2c/cwebdir/cweave.w
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ char **av@t\2\2@>) /* argument values */
phase_one(); /* read all the user's text and store the cross-references */
phase_two(); /* read all the text again and translate it to \TEX/ form */
phase_three(); /* output the cross-reference index */
if (tracing==2 && !show_progress) new_line;
return wrap_up(); /* and exit gracefully */
}

Expand Down

0 comments on commit 446d9e0

Please sign in to comment.