summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/typo-mar.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-06-13 18:16:16 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-06-13 18:16:16 +0200
commit9db0c39e07509226287ef0075dfda8d2386416ed (patch)
tree6daf69803dd8c7cc1eadfeebe65653de6c4a23c1 /tex/context/base/mkiv/typo-mar.lua
parent5baf21b979124606cb6503be4e16d403f233ecd4 (diff)
downloadcontext-9db0c39e07509226287ef0075dfda8d2386416ed.tar.gz
2016-06-13 17:04:00
Diffstat (limited to 'tex/context/base/mkiv/typo-mar.lua')
-rw-r--r--tex/context/base/mkiv/typo-mar.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/typo-mar.lua b/tex/context/base/mkiv/typo-mar.lua
index fb03b23ea..9089c8212 100644
--- a/tex/context/base/mkiv/typo-mar.lua
+++ b/tex/context/base/mkiv/typo-mar.lua
@@ -521,7 +521,7 @@ local function inject(parent,head,candidate)
stackname = validstacknames[stackname] or location
end
local isstacked = stack == v_continue or stack == v_yes
- local offset = stack and stack ~= "" and stacked[stack][stackname]
+ local offset = isstacked and stacked[stack][stackname]
local firstonstack = offset == false or offset == nil
nofinjected = nofinjected + 1
nofdelayed = nofdelayed + 1