[latex3-commits] [git/LaTeX3-latex3-latex3] main: Extra braces needed (1f1c129c6)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Aug 23 22:35:42 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/1f1c129c6e94ef36c2c97bd38285a7487c46f20d

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

commit 1f1c129c6e94ef36c2c97bd38285a7487c46f20d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Aug 23 21:35:42 2022 +0100

    Extra braces needed


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

1f1c129c6e94ef36c2c97bd38285a7487c46f20d
 l3backend/l3backend-pdf.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index 4fde0f167..0ef32135f 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -219,7 +219,7 @@
   {
     \int_gincr:N \g_@@_backend_object_int
     \@@_backend_object_write_aux:nnn
-      { pdf.obj \int_use:N \g_@@_backend_object_int }
+      { { pdf.obj \int_use:N \g_@@_backend_object_int } }
       {#1} {#2}
   }
 \cs_generate_variant:Nn \@@_backend_object_now:nn { nx }





More information about the latex3-commits mailing list.