diff options
Diffstat (limited to 'source/luametatex')
-rw-r--r-- | source/luametatex/source/tex/texmaincontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/luametatex/source/tex/texmaincontrol.c b/source/luametatex/source/tex/texmaincontrol.c index 783de2b8b..8af8020a7 100644 --- a/source/luametatex/source/tex/texmaincontrol.c +++ b/source/luametatex/source/tex/texmaincontrol.c @@ -1148,7 +1148,7 @@ static void tex_aux_run_new_paragraph(void) { void tex_page_boundary_message(const char *s, halfword n) { - if (tracing_pages_par >= 0) { + if (tracing_pages_par > 0) { tex_begin_diagnostic(); tex_print_format("[page: boundary, %s, trigger %i]", s, n); tex_end_diagnostic(); |