[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: missing argument ... (16abbb1)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Jun 14 11:07:12 CEST 2021
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/16abbb11df86bd33b694c79adc930410accce61e
>---------------------------------------------------------------
commit 16abbb11df86bd33b694c79adc930410accce61e
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Jun 14 11:07:12 2021 +0200
missing argument ...
>---------------------------------------------------------------
16abbb11df86bd33b694c79adc930410accce61e
hyperref-generic.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index c222b5a..f80e70c 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -1214,7 +1214,7 @@
,run-parameter .tl_set:N = \l_@@_href_run_parameter_tl
,nextactionraw .code:n =
{ %perhaps some safety match later, see hyperref code
- \tl_if_empty:nTF
+ \tl_if_empty:nTF {#1}
{
\pdfdict_remove:nn{l_hyp/annot/A}{Next}
}
@@ -3335,7 +3335,7 @@
}
,pdfpagescrop .code:n =
{
- \tl_if_empty:nTF %or blank?
+ \tl_if_empty:nTF {#1} %or blank?
{
\pdfmanagement_remove:nn {Pages} { CropBox }
}
More information about the latex3-commits
mailing list.