[latex3-commits] [git/LaTeX3-latex3-latex3] color-export, main: Minor internal tweak (9abfcc978)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Mar 19 13:24:34 CET 2021


Repository : https://github.com/latex3/latex3
On branches: color-export,main
Link       : https://github.com/latex3/latex3/commit/9abfcc978a19dd78b61409a21f57c691ba2ef578

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

commit 9abfcc978a19dd78b61409a21f57c691ba2ef578
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 19 12:24:34 2021 +0000

    Minor internal tweak


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

9abfcc978a19dd78b61409a21f57c691ba2ef578
 l3kernel/l3color.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 7e2bfc813..c28b7e2e6 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -1574,7 +1574,7 @@
       \exp_not:c { @@_export_space-sep-cmyk:Nw }
   }
 \cs_new_protected:cpn { @@_export_space-sep-cmyk:Nw } #1#2 \s_@@_stop
-  { \tl_set:Nx #1 {#2} }
+  { \tl_set:Nn #1 {#2} }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}
@@ -1616,7 +1616,7 @@
       { \int_to_Hex:n { \fp_to_int:n { #1 * 255 } } }
   }
 \cs_new_protected:cpn { @@_export_space-sep-rgb:Nw } #1#2 \s_@@_stop
-  { \tl_set:Nx #1 {#2} }
+  { \tl_set:Nn #1 {#2} }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}





More information about the latex3-commits mailing list.