[latex3-commits] [git/LaTeX3-latex3-latex3] icc: Fix bug (0d98a2f92)

Marcel Fabian Krüger tex at 2krueger.de
Thu Oct 14 14:35:46 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : icc
Link       : https://github.com/latex3/latex3/commit/0d98a2f922a449ab7a4bf0bff544f45bd11ee0b8

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

commit 0d98a2f922a449ab7a4bf0bff544f45bd11ee0b8
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri Mar 19 17:33:05 2021 +0100

    Fix bug


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

0d98a2f922a449ab7a4bf0bff544f45bd11ee0b8
 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 ba0d79824..e47f839e6 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -961,10 +961,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.