summaryrefslogtreecommitdiff
path: root/tex/context/base/pack-rul.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-08-11 18:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-08-11 18:15:04 +0200
commit66db77c6c85c275101199dac3fead77cf6ef4315 (patch)
tree628d4cb898bd56de4d8d3942a025aa7dd46ab80d /tex/context/base/pack-rul.lua
parent5f6a01c256d255a055f90385ca00f3aa60fa638e (diff)
downloadcontext-66db77c6c85c275101199dac3fead77cf6ef4315.tar.gz
2015-08-11 17:32:00
Diffstat (limited to 'tex/context/base/pack-rul.lua')
-rw-r--r--tex/context/base/pack-rul.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/pack-rul.lua b/tex/context/base/pack-rul.lua
index a8c5de321..f1e91a4ae 100644
--- a/tex/context/base/pack-rul.lua
+++ b/tex/context/base/pack-rul.lua
@@ -73,7 +73,8 @@ local function doreshapeframedbox(n)
if repack then
local subtype = getsubtype(n)
if subtype == box_code or subtype == line_code then
- lastlinelength = node_dimensions(l,getfield(n,"dir")) -- used to be: hpack(copy(l)).width
+ -- used to be: hpack(copy(l)).width
+ lastlinelength = node_dimensions(l,getfield(n,"dir"))
else
lastlinelength = getfield(n,"width")
end