[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missed an argument (38b66905e)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Aug 26 23:45:26 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/38b66905e0d4a14c4c62528118f726336567e27e

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

commit 38b66905e0d4a14c4c62528118f726336567e27e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Aug 26 22:45:26 2020 +0100

    Missed an argument


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

38b66905e0d4a14c4c62528118f726336567e27e
 l3backend/l3backend-color.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 51211466b..309546f65 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -306,7 +306,7 @@
             {
               \exp_not:N \exp_args:Nxx
                 \exp_not:N \@@_backend_separation_init:nnn
-                  { \str_convert_pdfname:n {#1} } { } {#5}
+                  { \str_convert_pdfname:n {#1} } {#2} {#5}
             }
       }
   }





More information about the latex3-commits mailing list.