[latex3-commits] [l3svn] branch master updated: Still had one part of the driver wrong

noreply at latex-project.org noreply at latex-project.org
Wed Jul 19 12:43:58 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  1c28ef0   Still had one part of the driver wrong
1c28ef0 is described below

commit 1c28ef0b70c3009e7b5b722cdf90ccbb2202b51f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jul 19 11:43:33 2017 +0100

    Still had one part of the driver wrong
---
 l3kernel/l3drivers.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index a78577e..ff1503c 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -637,9 +637,9 @@
   { \use:c { @@_color_convert_ #1 :w } }
 \cs_new:Npn \@@_color_convert_gray:w #1 ~ #2 \q_stop
   { #1 ~ g ~ #1 ~ G }
-\cs_new:Npn \@@_color_convert_cmyk:w #1 ~ #2 ~ #3 ~ #4 \q_stop
+\cs_new:Npn \@@_color_convert_cmyk:w #1 ~ #2 ~ #3 ~ #4 ~#5 \q_stop
   { #1 ~ #2 ~ #3 ~ #4 ~ k ~ #1 ~ #2 ~ #3 ~ #4 ~ K }
-\cs_new:Npn \@@_color_convert_rgb:w #1 ~ #2 ~ #3 ~ #4 ~ #5 \q_stop
+\cs_new:Npn \@@_color_convert_rgb:w #1 ~ #2 ~ #3 ~ #4 \q_stop
   { #1 ~ #2 ~ #3 ~ rg ~ #1 ~ #2 ~ #3 ~ RG }
 \cs_new_protected:Npx \@@_color_reset:
   {

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


More information about the latex3-commits mailing list