[latex3-commits] [l3svn] branch master updated: Some tl -> str missed

noreply at latex-project.org noreply at latex-project.org
Mon Jun 19 23:42:34 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  a936fe6   Some tl -> str missed
a936fe6 is described below

commit a936fe6ac6f92d8f78fab662c2d8fb33602ef9ea
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jun 19 22:37:42 2017 +0100

    Some tl -> str missed
---
 l3kernel/l3file.dtx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 487c355..6bc11a6 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -706,7 +706,7 @@
 \tex_everyjob:D \exp_after:wN
   {
     \tex_the:D \tex_everyjob:D
-    \seq_gput_right:NV \g_@@_record_seq \g_file_current_name_tl
+    \seq_gput_right:NV \g_@@_record_seq \g_file_current_name_str
   }
 %</initex>
 %    \end{macrocode}
@@ -926,11 +926,11 @@
       { \@addtofilelist {#1} }
       { \seq_gput_right:Nn \g_@@_record_seq {#1} }
 %</package>
-    \seq_gpush:No \g_@@_stack_seq \g_file_current_name_tl
-    \tl_gset:Nn \g_file_current_name_tl {#1}
+    \seq_gpush:No \g_@@_stack_seq \g_file_current_name_str
+    \tl_gset:Nn \g_file_current_name_str {#1}
     \tex_input:D #1 \c_space_tl
     \seq_gpop:NN \g_@@_stack_seq \l_@@_tmp_tl
-    \tl_gset_eq:NN \g_file_current_name_tl \l_@@_tmp_tl
+    \tl_gset_eq:NN \g_file_current_name_str \l_@@_tmp_tl
   }
 \cs_generate_variant:Nn \@@_input_aux:n { o }
 %    \end{macrocode}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list