[latex3-commits] [latex3/latex3] object-tracking: Correct a function name (e36130462)

github at latex-project.org github at latex-project.org
Wed Apr 3 11:52:02 CEST 2024


Repository : https://github.com/latex3/latex3
On branch  : object-tracking
Link       : https://github.com/latex3/latex3/commit/e36130462d78f8080f301249e3226e19efab14aa

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

commit e36130462d78f8080f301249e3226e19efab14aa
Author: Joseph Wright <joseph at texdev.net>
Date:   Wed Apr 3 10:52:02 2024 +0100

    Correct a function name


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

e36130462d78f8080f301249e3226e19efab14aa
 l3kernel/l3pdf.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index b08e68d4e..3070a9027 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -484,7 +484,7 @@
 \cs_new:Npn \__kernel_pdf_object_id_indexed:nn #1#2
   {
     \@@_object_indexed_split:nnN {#1} {#2}
-      \@@_object_ref_id:Nn
+      \@@_object_id_indexed:Nn
   }
 \cs_new:Npn \@@_object_id_indexed:Nn #1#2
   {





More information about the latex3-commits mailing list.