[latex3-commits] [git/LaTeX3-latex3-latex3] master: Typo in \ior_map_variable:NNn code (de28386)
Bruno Le Floch
bruno at le-floch.fr
Sun Jan 13 23:18:40 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/de2838602fb2e4c3bbd3e8608bb21a3b3418a71b
>---------------------------------------------------------------
commit de2838602fb2e4c3bbd3e8608bb21a3b3418a71b
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Sun Jan 13 23:18:26 2019 +0100
Typo in \ior_map_variable:NNn code
>---------------------------------------------------------------
de2838602fb2e4c3bbd3e8608bb21a3b3418a71b
l3kernel/l3file.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 30855e9..6b8d3f6 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -1034,7 +1034,7 @@
\cs_new_protected:Npn \@@_map_variable_loop:NNNn #1#2#3#4
{
#1 #2 #3
- \if_eof:w #3
+ \if_eof:w #2
\exp_after:wN \ior_map_break:
\fi:
#4
More information about the latex3-commits
mailing list