[latex3-commits] [git/LaTeX3-latex3-latex3] master: Avoid \tl_to_str:n abuse by using the kernel function (06a291e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Apr 20 11:51:55 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/06a291e9802bed77bba55871252c8090a969e93a
>---------------------------------------------------------------
commit 06a291e9802bed77bba55871252c8090a969e93a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Apr 20 10:51:55 2018 +0100
Avoid \tl_to_str:n abuse by using the kernel function
>---------------------------------------------------------------
06a291e9802bed77bba55871252c8090a969e93a
l3kernel/l3tl.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 6689c5d..5f5cc52 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -2649,7 +2649,7 @@
\cs_new:Npn \@@_head_auxii:n #1
{
\exp_after:wN \if_meaning:w \exp_after:wN \q_nil
- \tl_to_str:n \exp_after:wN { \use_none:n #1 } \q_nil
+ \__kernel_tl_to_str:w \exp_after:wN { \use_none:n #1 } \q_nil
\exp_after:wN \use_i:nn
\else:
\exp_after:wN \use_ii:nn
More information about the latex3-commits
mailing list