[latex3-commits] [git/LaTeX3-latex3-latex3] icc: Fix bug (4df0ab5aa)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Oct 18 13:25:24 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : icc
Link       : https://github.com/latex3/latex3/commit/4df0ab5aa838f5dca8b81d98f4d3dd8029e1f349

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

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

    Fix bug


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

4df0ab5aa838f5dca8b81d98f4d3dd8029e1f349
 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 8a455cb5b..12f43895d 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -1017,10 +1017,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.