summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/opl2ofm.ch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/omegaware/opl2ofm.ch')
-rw-r--r--Build/source/texk/web2c/omegaware/opl2ofm.ch4
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