[latex3-commits] [git/LaTeX3-latex3-pdfresources] testxmp: correct fault variable (3a2246b)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Sep 9 11:19:43 CEST 2022


Repository : https://github.com/latex3/pdfresources
On branch  : testxmp
Link       : https://github.com/latex3/pdfresources/commit/3a2246bb94e2401aea6357f7c2aed091ee454c68

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

commit 3a2246bb94e2401aea6357f7c2aed091ee454c68
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Sep 9 11:19:43 2022 +0200

    correct fault variable


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

3a2246bb94e2401aea6357f7c2aed091ee454c68
 l3pdfmeta.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx
index 0d833fc..416490e 100644
--- a/l3pdfmeta.dtx
+++ b/l3pdfmeta.dtx
@@ -2401,10 +2401,10 @@
 % The page count is take from the previous run or from
 % pdfnumpages.
 %    \begin{macrocode}
-     \tl_set:Nx \l_@@_tmpa { \GetDocumentProperties{hyperref/pdfnumpages} }
+     \tl_set:Nx \l_@@_tmpa_tl { \GetDocumentProperties{hyperref/pdfnumpages} }
      \@@_xmp_add_packet_line:nne
       {prism}{pageCount}
-      {\tl_if_blank:VTF \l_@@_tmpa{\PreviousTotalPages}{\l_@@_tmpa}}
+      {\tl_if_blank:VTF \l_@@_tmpa{\PreviousTotalPages}{\l_@@_tmpa_tl}}
 %    \end{macrocode}
 %    \begin{macrocode}
   }





More information about the latex3-commits mailing list.