[latex3-commits] [l3svn] branch master updated: Correct 'direct' definition of colors

noreply at latex-project.org noreply at latex-project.org
Wed Oct 11 15:21:46 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  b2bcce1   Correct 'direct' definition of colors
b2bcce1 is described below

commit b2bcce1ab084c9aa2b475da47d7c715bafdc929f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Oct 11 14:21:04 2017 +0100

    Correct 'direct' definition of colors
    
    Helps if the correct arg# is used!
---
 l3trial/l3color-extra/l3color-extra.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3trial/l3color-extra/l3color-extra.dtx b/l3trial/l3color-extra/l3color-extra.dtx
index 0fcb956..2f6bd8e 100644
--- a/l3trial/l3color-extra/l3color-extra.dtx
+++ b/l3trial/l3color-extra/l3color-extra.dtx
@@ -510,7 +510,7 @@
     \cs_if_exist:cTF { @@_parse_ #1 :w }
       {
         \tl_set:Nx #3
-          { #1 ~ \use:c {  @@_parse_ #1 :w } #3 , 0 , 0 , 0 , 0 \q_stop }
+          { #1 ~ \use:c {  @@_parse_ #1 :w } #2 , 0 , 0 , 0 , 0 \q_stop }
       }
       {
         \__msg_kernel_error:nnn { color } { invalid-model } {#1}

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


More information about the latex3-commits mailing list