[latex3-commits] [git/LaTeX3-latex3-latex3] main: Fix typos for DeviceN RGB colorspaces (d13504756)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Oct 22 13:51:23 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/d13504756d17c68ad21d6d66bda25481a48dfb05

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

commit d13504756d17c68ad21d6d66bda25481a48dfb05
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Oct 22 08:14:23 2021 +0200

    Fix typos for DeviceN RGB colorspaces


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

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

diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index c6e05c1e0..36517a45d 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -2352,7 +2352,7 @@
   { \@@_model_devicen_transform:nnn {#5} { 1 } {#1} }
 \cs_new_protected:cpn { @@_model_devicen_transform_3:nnnnn } #1#2#3#4#5
   {
-    \clist_map_inline { #1 , #2 , #3 }
+    \clist_map_inline:nn { #1 , #2 , #3 }
       { \@@_model_devicen_transform:nnn {#5} { 3 } {##1} }
   }
 \cs_new_protected:cpn { @@_model_devicen_transform_4:nnnnn } #1#2#3#4#5
@@ -2493,7 +2493,7 @@
 \cs_new:Npn \@@_convert_devicen_rgb:nnnw
   #1#2#3#4 ~ #5 \s_@@_mark #6#7 \s_@@_stop
   {
-    \@@_convert_devicen_cmyk:nnnnnn {#4} {#1} {#2} {#3} #6
+    \@@_convert_devicen_rgb:nnnnnnn {#4} {#1} {#2} {#3} #6
       #5 \s_@@_mark #7 \s_@@_stop
   }
 \cs_new:Npn \@@_convert_devicen_rgb:nnnnnnn #1#2#3#4#5#6#7





More information about the latex3-commits mailing list.