diff options
Diffstat (limited to 'tex/context/base/math-fbk.lua')
-rw-r--r-- | tex/context/base/math-fbk.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/math-fbk.lua b/tex/context/base/math-fbk.lua index ab3a726d1..564ece8d7 100644 --- a/tex/context/base/math-fbk.lua +++ b/tex/context/base/math-fbk.lua @@ -338,7 +338,7 @@ local function accent_to_extensible(target,newchr,original,oldchr,height,depth,s local addprivate = fonts.helpers.addprivate if swap then swap = characters[swap] - height = swap.depth + height = swap.depth or 0 depth = 0 else height = height or 0 |