[latex3-commits] [git/LaTeX3-latex3-latex3] icc: Fix bug (a3fed81db)
Marcel Fabian Krüger
tex at 2krueger.de
Fri Mar 19 17:33:05 CET 2021
Repository : https://github.com/latex3/latex3
On branch : icc
Link : https://github.com/latex3/latex3/commit/a3fed81db3e5e1e1f985025dd8444b9b33e0916e
>---------------------------------------------------------------
commit a3fed81db3e5e1e1f985025dd8444b9b33e0916e
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Mar 19 17:33:05 2021 +0100
Fix bug
>---------------------------------------------------------------
a3fed81db3e5e1e1f985025dd8444b9b33e0916e
l3backend/l3backend-color.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 223ec2187..e7b09d549 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -948,10 +948,10 @@
\pdf_object_if_exist:nF { @@_icc_ #1 }
{
\pdf_object_new:nn { @@_icc_ #1 } { fstream }
- \pdf_object_write:nn { @@_icc_ #1 }
+ \pdf_object_write:nx { @@_icc_ #1 }
{
{
- /N ~ #2 ~
+ /N ~ \exp_not:n { #2 } ~
\tl_if_empty:nF { #3 } { /Range~[ #3 ] }
}
{#1}
More information about the latex3-commits
mailing list.