[latex3-commits] [latex3/latex3] develop, main: Correct a function name (49e521852)
github at latex-project.org
github at latex-project.org
Tue Apr 9 16:17:02 CEST 2024
Repository : https://github.com/latex3/latex3
On branches: develop,main
Link : https://github.com/latex3/latex3/commit/49e5218526d8bb12a3fb2b707993ad2d080cb885
>---------------------------------------------------------------
commit 49e5218526d8bb12a3fb2b707993ad2d080cb885
Author: Joseph Wright <joseph at texdev.net>
Date: Wed Apr 3 10:52:02 2024 +0100
Correct a function name
>---------------------------------------------------------------
49e5218526d8bb12a3fb2b707993ad2d080cb885
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.