summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/ovf2ovp.web
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/omegaware/ovf2ovp.web')
-rw-r--r--Build/source/texk/web2c/omegaware/ovf2ovp.web3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/omegaware/ovf2ovp.web b/Build/source/texk/web2c/omegaware/ovf2ovp.web
index d6d9a6f3e79..0c28b572ab2 100644
--- a/Build/source/texk/web2c/omegaware/ovf2ovp.web
+++ b/Build/source/texk/web2c/omegaware/ovf2ovp.web
@@ -2457,13 +2457,13 @@ sort_ptr:=0; {this will suppress `\.{STOP}' lines in ligature comments}
c:=bc;
while (c<=ec) do
begin if width_index(c)>0 then
+ for cprime:=c to (c+no_repeats(c)) do
begin if chars_on_line=8 then
begin print_ln(' '); chars_on_line:=1;
end
else begin if chars_on_line>0 then print(' ');
incr(chars_on_line);
end;
- for cprime:=c to (c+no_repeats(c)) do begin
print_hex(cprime); {progress report}
left; out('CHARACTER'); out_char(cprime); out_ln;
if ofm_on then check_unused(c);
@@ -2506,7 +2506,6 @@ while (c<=ec) do
if not do_map(cprime) then goto final_end;
right;
end;
- end;
c:=c+1+no_repeats(c);
end