From 82eb11c54d637e14a77dd4db30ef7e6df9191616 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 Feb 2022 21:24:28 +0000 Subject: dvitype: avoid crashing fnt_def output git-svn-id: svn://tug.org/texlive/trunk@62168 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/dvitype.ch | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Build/source/texk/web2c/dvitype.ch') diff --git a/Build/source/texk/web2c/dvitype.ch b/Build/source/texk/web2c/dvitype.ch index 7c0155943b1..3c750d92a67 100644 --- a/Build/source/texk/web2c/dvitype.ch +++ b/Build/source/texk/web2c/dvitype.ch @@ -488,6 +488,14 @@ endcases; if show_opcodes and (o >= 128) then print (' {', o:1, '}'); @z +@x [99] + begin define_font(first_par(k)); k:=nop; +@y + begin define_font(first_par(k)); + if out_mode<>errors_only then print_ln(' '); + k:=nop; +@z + @x [107] (main) No dialog; remove unused label. dialog; {set up all the options} @y -- cgit v1.2.3