[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct argument order (82d79c9)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Feb 14 17:22:48 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/82d79c9f422e2f7ef8d677f312f8906210d46ec3

>---------------------------------------------------------------

commit 82d79c9f422e2f7ef8d677f312f8906210d46ec3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Feb 14 16:22:48 2019 +0000

    Correct argument order


>---------------------------------------------------------------

82d79c9f422e2f7ef8d677f312f8906210d46ec3
 l3kernel/l3candidates.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index ae4190f..ff4edf1 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -3303,7 +3303,7 @@
 %    \begin{macrocode}
 \__kernel_patch_deprecation:nnNNpn { 2020-12-31 } { \file_get:nnN }
 \cs_new_protected:Npn \tl_set_from_file:Nnn #1#2#3
-  { \file_get:nnN {#2} {#3} #1 }
+  { \file_get:nnN {#3} {#2} #1 }
 \cs_generate_variant:Nn \tl_set_from_file:Nnn { c }
 \__kernel_patch_deprecation:nnNNpn { 2020-12-31 } { \file_get:nnN }
 \cs_new_protected:Npn \tl_gset_from_file:Nnn #1#2#3





More information about the latex3-commits mailing list