[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a variable type (2402826)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Apr 17 14:03:12 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/2402826521aa7bc2a59dadbc322f9ef42411318a
>---------------------------------------------------------------
commit 2402826521aa7bc2a59dadbc322f9ef42411318a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Apr 17 13:03:12 2019 +0100
Correct a variable type
>---------------------------------------------------------------
2402826521aa7bc2a59dadbc322f9ef42411318a
l3kernel/l3drivers-pdf.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index df76070..d307482 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -693,7 +693,7 @@
% \begin{variable}{\g_@@_pdf_link_dict_tl}
% To pass information to the end-of-link function.
% \begin{macrocode}
-\int_new:N \g_@@_pdf_link_dict_tl
+\tl_new:N \g_@@_pdf_link_dict_tl
% \end{macrocode}
% \end{variable}
%
More information about the latex3-commits
mailing list