summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texpackaging.c
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-05-30 23:06:58 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-05-30 23:06:58 +0200
commit9111ac6d97d7931a2a9bbdad69f5c54de4172318 (patch)
treefea2fb19c25462db0820fb6e639f00dde8c17b17 /source/luametatex/source/tex/texpackaging.c
parentf9dc65246f5d46583d00db93761929b6c6b5bf20 (diff)
downloadcontext-9111ac6d97d7931a2a9bbdad69f5c54de4172318.tar.gz
2023-05-30 22:20:00
Diffstat (limited to 'source/luametatex/source/tex/texpackaging.c')
-rw-r--r--source/luametatex/source/tex/texpackaging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/luametatex/source/tex/texpackaging.c b/source/luametatex/source/tex/texpackaging.c
index 83ace07fa..9f66232a7 100644
--- a/source/luametatex/source/tex/texpackaging.c
+++ b/source/luametatex/source/tex/texpackaging.c
@@ -2781,7 +2781,7 @@ static halfword tex_aux_depth_correction(halfword b, const line_break_properties
p = tex_new_param_glue_node(line_skip_code, line_skip_glue);
} else {
p = tex_new_param_glue_node(baseline_skip_code, baseline_skip_glue);
- glue_amount(p) = d;
+ glue_amount(p) = d; /* we keep the stretch and shrink */
}
}
return p;