[latex3-commits] [git/LaTeX3-latex3-pdfresources] fix-scope: Make assignment to global variable global (76f832c)

Marcel Fabian Krüger tex at 2krueger.de
Sat Jun 18 01:27:12 CEST 2022


Repository : https://github.com/latex3/pdfresources
On branch  : fix-scope
Link       : https://github.com/latex3/pdfresources/commit/76f832c72e0eac7c81a22ab0a8f8a49c3d0a1527

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

commit 76f832c72e0eac7c81a22ab0a8f8a49c3d0a1527
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Jun 18 01:27:12 2022 +0200

    Make assignment to global variable global


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

76f832c72e0eac7c81a22ab0a8f8a49c3d0a1527
 pdfmanagement-firstaid.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pdfmanagement-firstaid.dtx b/pdfmanagement-firstaid.dtx
index 107c915..f87728d 100644
--- a/pdfmanagement-firstaid.dtx
+++ b/pdfmanagement-firstaid.dtx
@@ -100,7 +100,7 @@
        {
         if~not~luaotfload.set_transparent_colorstack~
         then~
-          tex.print("\\bool_set_false:N\\g_@@_firstaid_fontspec_bool")~
+          tex.print("\\bool_gset_false:N\\g_@@_firstaid_fontspec_bool")~
         end
        }
      \bool_if:NT \g_@@_firstaid_fontspec_bool





More information about the latex3-commits mailing list.