summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texmlist.c
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-02-14 18:21:35 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-02-14 18:21:35 +0100
commitcd404631d7079a9af603d173eb015f026731aa01 (patch)
tree588c6c8e860bb26955999dfc8be67eb78cc7ff7f /source/luametatex/source/tex/texmlist.c
parentd643b65f7ab840157f538914b07f8d3cddf94bec (diff)
downloadcontext-cd404631d7079a9af603d173eb015f026731aa01.tar.gz
2023-02-14 17:44:00
Diffstat (limited to 'source/luametatex/source/tex/texmlist.c')
-rw-r--r--source/luametatex/source/tex/texmlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/luametatex/source/tex/texmlist.c b/source/luametatex/source/tex/texmlist.c
index d7c37e47a..8409f8df3 100644
--- a/source/luametatex/source/tex/texmlist.c
+++ b/source/luametatex/source/tex/texmlist.c
@@ -6361,7 +6361,7 @@ static void tex_mlist_to_hlist_preroll_radicals(mliststate *state)
} else if (radical_height(current) < 0) {
box_height(body) += radical_height(current);
if (box_height(body) < 0) {
- box_height(body) += 0;
+ box_height(body) = 0;
}
} else if (radical_height(current)) {
box_height(body) = radical_height(current);
@@ -6371,7 +6371,7 @@ static void tex_mlist_to_hlist_preroll_radicals(mliststate *state)
} else if (radical_depth(current) < 0) {
box_depth(body) += radical_depth(current);
if (box_depth(body) < 0) {
- box_depth(body) += 0;
+ box_depth(body) = 0;
}
} else if (radical_depth(current)) {
box_depth(body) = radical_depth(current);