[latex3-commits] [l3svn] 01/02: Missing space in pdfTeX 'colour pickup' code
noreply at latex-project.org
noreply at latex-project.org
Wed Jul 19 08:08:40 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 1e13a21a267e611e0ca6e7f66ceaf4a00356705f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jul 19 07:07:49 2017 +0100
Missing space in pdfTeX 'colour pickup' code
---
l3kernel/l3drivers.dtx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 86a4327..b8f1ffb 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -569,8 +569,9 @@
{
\tl_set:Nx \l__color_current_tl
{
- \exp_after:wN \@@_color_pickup_aux:w
- \current at color ~ 0 ~ 0 ~ 0 \q_stop
+ \exp_after:wN \exp_after:wN\exp_after:wN
+ \@@_color_pickup_aux:w \exp_after:wN
+ \current at color \c_space_tl 0 ~ 0 ~ 0 \q_stop
}
}
\cs_new:Npn \@@_color_pickup_aux:w #1 ~ #2 ~ #3 ~ #4 ~ #5 ~ #6 \q_stop
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list