[latex3-commits] [latex3/latex3] main: Add missing arg. spec. (759b4c401)
github at latex-project.org
github at latex-project.org
Thu Mar 14 08:06:58 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/759b4c401f4be83fc561f8274571ccbb0cbc6dea
>---------------------------------------------------------------
commit 759b4c401f4be83fc561f8274571ccbb0cbc6dea
Author: Joseph Wright <joseph at texdev.net>
Date: Wed Mar 13 20:26:43 2024 +0000
Add missing arg. spec.
>---------------------------------------------------------------
759b4c401f4be83fc561f8274571ccbb0cbc6dea
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.