diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-01-11 12:21:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-01-11 12:21:20 +0000 |
commit | 7281a389c2ba0012ed7f9fa2492d1f66e7e1ae0b (patch) | |
tree | c3f43cb70f9fe081937d5227606bf8a0f5f25ed7 /Build/source/texk/web2c/omegaware/opl2ofm.ch | |
parent | 757ba356f7d2bd2003c5bc74ecfa928d8bfdcc08 (diff) |
web2c/omegaware: Fix glitches in online printing of progress report
git-svn-id: svn://tug.org/texlive/trunk@32636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegaware/opl2ofm.ch')
-rw-r--r-- | Build/source/texk/web2c/omegaware/opl2ofm.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/omegaware/opl2ofm.ch b/Build/source/texk/web2c/omegaware/opl2ofm.ch index 1d09ca8ac14..7d512e59a7c 100644 --- a/Build/source/texk/web2c/omegaware/opl2ofm.ch +++ b/Build/source/texk/web2c/omegaware/opl2ofm.ch @@ -136,10 +136,10 @@ if verbose then @<Print |c| in hex notation@>; if verbose then @<Print |c| in hex notation@>; @z @x -print('-'); print_hex(c+crange); +print('-'); print_hex(c+crange); incr(chars_on_line); @y if verbose then begin - print('-'); print_hex(c+crange); + print('-'); print_hex(c+crange); incr(chars_on_line); end; @z |