[latex3-commits] [latex3/pdfresources] remove-ltxcmds: correct local/global assignment (c7ce743)

github at latex-project.org github at latex-project.org
Tue Nov 14 15:07:43 CET 2023


Repository : https://github.com/latex3/pdfresources
On branch  : remove-ltxcmds
Link       : https://github.com/latex3/pdfresources/commit/c7ce743d67855d89a8dda4e55f84aa6fabb14de7

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

commit c7ce743d67855d89a8dda4e55f84aa6fabb14de7
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Nov 14 15:07:43 2023 +0100

    correct local/global assignment


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

c7ce743d67855d89a8dda4e55f84aa6fabb14de7
 l3pdffield.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3pdffield.dtx b/l3pdffield.dtx
index 9261078..b73fd5a 100644
--- a/l3pdffield.dtx
+++ b/l3pdffield.dtx
@@ -1230,7 +1230,7 @@
   {
      \prop_if_empty:NF \g_@@_CO_sortkeys_prop
        {
-          \seq_sort:Nn \g_@@_CO_sortkeys_seq
+          \seq_gsort:Nn \g_@@_CO_sortkeys_seq
            {
               \str_compare:eNeTF
                 { \prop_item:Nn \g_@@_CO_sortkeys_prop {#1} }





More information about the latex3-commits mailing list.