[latex3-commits] [latex3/latex3] l3sys-query: Add missing arg. spec. (cdf954947)
github at latex-project.org
github at latex-project.org
Wed Mar 13 21:26:43 CET 2024
Repository : https://github.com/latex3/latex3
On branch : l3sys-query
Link : https://github.com/latex3/latex3/commit/cdf9549471dae91d8d728bf22e124cdd24e6e23c
>---------------------------------------------------------------
commit cdf9549471dae91d8d728bf22e124cdd24e6e23c
Author: Joseph Wright <joseph at texdev.net>
Date: Wed Mar 13 20:26:43 2024 +0000
Add missing arg. spec.
>---------------------------------------------------------------
cdf9549471dae91d8d728bf22e124cdd24e6e23c
l3kernel/l3sys.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index 9bcba15ca..f2108443e 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -1163,7 +1163,7 @@ end
\str_clear:N #4
\@@_get_query_auxi:neeN {#1} {#2} {#3} #4
}
-\cs_new:Npn \@@_get_query_auxi:nnnN
+\cs_new:Npn \@@_get_query_auxi:nnnN #1#2#3#4
{
\@@_get_query_auxii:neeN {#1}
{ \tl_if_blank:nF {#2} { \tl_to_str:n { ~ #2 } } }
More information about the latex3-commits
mailing list.