From e3ad6b783e6162de6dad5531299e69c3d3079b9c Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sun, 30 Sep 2018 20:33:04 +0200 Subject: 2018-09-30 19:42:00 --- tex/context/base/mkiv/back-exp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/mkiv/back-exp.lua') diff --git a/tex/context/base/mkiv/back-exp.lua b/tex/context/base/mkiv/back-exp.lua index 9e62314d4..10aca0a46 100644 --- a/tex/context/base/mkiv/back-exp.lua +++ b/tex/context/base/mkiv/back-exp.lua @@ -2701,9 +2701,9 @@ local function pop() currentdepth = currentdepth - 1 if trace_export then if top then - report_export("%w",currentdepth,top) + report_export("%w",currentdepth,tree.tg) else - report_export("",top) + report_export("",tree.tg) end end else -- cgit v1.2.3