summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texpackaging.c
diff options
context:
space:
mode:
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;