From 342ef68b3bd1c09a3acb309fbd8d9c253cbcefc4 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Tue, 6 Nov 2012 12:12:41 +0000 Subject: pdflistout.w: sync with r4471 (a bug fix by H. Henkel). git-svn-id: svn://tug.org/texlive/trunk@28194 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/luatexdir/pdf/pdflistout.w | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog index c19aa6fcafa..328adb851e3 100644 --- a/Build/source/texk/web2c/luatexdir/ChangeLog +++ b/Build/source/texk/web2c/luatexdir/ChangeLog @@ -1,3 +1,7 @@ +2012-11-06 Akira Kakuto + + * pdf/pdflistout.w: sync with r4471 (a bug fix by H. Henkel). + 2012-10-13 Akira Kakuto * tex/texfileio.w: input by pipe was impossible. enable it. diff --git a/Build/source/texk/web2c/luatexdir/pdf/pdflistout.w b/Build/source/texk/web2c/luatexdir/pdf/pdflistout.w index 397c09902c7..6eac5664e48 100644 --- a/Build/source/texk/web2c/luatexdir/pdf/pdflistout.w +++ b/Build/source/texk/web2c/luatexdir/pdf/pdflistout.w @@ -1113,8 +1113,8 @@ void vlist_out(PDF pdf, halfword this_box) default:; } backend_out[rule_node] (pdf, p, size); /* |pdf_place_rule(pdf, rule.ht, rule.wd);| */ - cur.v += rule.ht + rule.dp; } + cur.v += rule.ht + rule.dp; goto NEXTP; MOVE_PAST: cur.v += rule.ht; -- cgit v1.2.3