summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texinserts.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/tex/texinserts.c')
-rw-r--r--source/luametatex/source/tex/texinserts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/luametatex/source/tex/texinserts.c b/source/luametatex/source/tex/texinserts.c
index 15d4b8c53..5a76ebaad 100644
--- a/source/luametatex/source/tex/texinserts.c
+++ b/source/luametatex/source/tex/texinserts.c
@@ -456,7 +456,7 @@ void tex_run_insert(void)
void tex_finish_insert_group(void)
{
- if (! tex_wrapped_up_paragraph(insert_par_context)) {
+ if (! tex_wrapped_up_paragraph(insert_par_context, 0)) {
halfword p, q; /*tex for short-term use */
scaled d; /*tex holds |split_max_depth| in |insert_group| */
halfword f; /*tex holds |floating_penalty| in |insert_group| */