diff options
author | Hans Hagen <pragma@wxs.nl> | 2023-02-07 19:22:47 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2023-02-07 19:22:47 +0100 |
commit | d643b65f7ab840157f538914b07f8d3cddf94bec (patch) | |
tree | 7e81499d7428d62e640d5ec3e159f8d93ec4e52d /source | |
parent | 0d0874ba797ee44f9fa53ed0fe95d7a863bf2f1b (diff) | |
download | context-d643b65f7ab840157f538914b07f8d3cddf94bec.tar.gz |
2023-02-07 19:04:00
Diffstat (limited to 'source')
-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(); |