From 381dadfa560b881f5d8f5a9592bfdf601c21bcd0 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Tue, 2 Jun 2020 22:24:41 +0000 Subject: pdftex r829 (Hironobu's patch) git-svn-id: svn://tug.org/texlive/trunk@55394 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pdftexdir/pdftex.web | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/web2c/pdftexdir/pdftex.web') diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web index 7a3340f59c4..1bf5e58e72c 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.web +++ b/Build/source/texk/web2c/pdftexdir/pdftex.web @@ -4996,7 +4996,7 @@ any more details about the page-building process. @= nest_ptr:=0; max_nest_stack:=0; mode:=vmode; head:=contrib_head; tail:=contrib_head; -eTeX_aux:=null; +eTeX_aux:=null; save_tail:=null; prev_depth:=ignore_depth; mode_line:=0; prev_graf:=0; shown_mode:=0; @; @@ -17241,9 +17241,9 @@ begin (save_tail <> null) then begin r := save_tail; - while (r <> null) and (link(r) <> null) and (link(r) <> p) do + while (link(r) <> null) and (link(r) <> p) do r := link(r); - if (r <> null) and (link(r) = p) then + if (link(r) = p) then set_char_and_font(r); {set |f| and |c| if |r| is a char or ligature} end; if (c = non_char) then -- cgit v1.2.3