[latex3-commits] [git/LaTeX3-latex3-latex3] master: error in debug code for box (89c25d1ac)
Will Robertson
wspr81 at gmail.com
Thu Jan 30 13:13:44 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/89c25d1ac986e154eb46ac6e95e4f7b87d57fc8c
>---------------------------------------------------------------
commit 89c25d1ac986e154eb46ac6e95e4f7b87d57fc8c
Author: Will Robertson <wspr81 at gmail.com>
Date: Thu Jan 30 22:43:44 2020 +1030
error in debug code for box
\__box_eval:w does not exist
>---------------------------------------------------------------
89c25d1ac986e154eb46ac6e95e4f7b87d57fc8c
l3kernel/l3debug.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3debug.dtx b/l3kernel/l3debug.dtx
index 25273f5c0..a9d3638d4 100644
--- a/l3kernel/l3debug.dtx
+++ b/l3kernel/l3debug.dtx
@@ -1208,7 +1208,7 @@
%<@@=box>
\__kernel_patch_eval:nn
{ \@@_dim_eval:n }
- { \@@_eval:w { } }
+ { \@@_dim_eval:w { } }
%<@@=dim>
\__kernel_patch_eval:nn
{
More information about the latex3-commits
mailing list.