[latex3-commits] [latex3/latex3] main: Correct a data type (47c143230)
github at latex-project.org
github at latex-project.org
Mon Apr 8 10:06:56 CEST 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/47c143230e658563e86cc5a49b23d14e1c4c0b4a
>---------------------------------------------------------------
commit 47c143230e658563e86cc5a49b23d14e1c4c0b4a
Author: Joseph Wright <joseph at texdev.net>
Date: Mon Apr 8 09:06:56 2024 +0100
Correct a data type
>---------------------------------------------------------------
47c143230e658563e86cc5a49b23d14e1c4c0b4a
l3kernel/l3sys.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index feec1232f..45c604caf 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -1161,7 +1161,7 @@ end
{ \sys_get_query:nnnN {#1} { } {#2} #3 }
\cs_new_protected:Npn \sys_get_query:nnnN #1#2#3#4
{
- \str_clear:N #4
+ \tl_clear:N #4
\@@_get_query_auxi:neeN {#1} {#2} {#3} #4
}
\cs_new:Npn \@@_get_query_auxi:nnnN #1#2#3#4
More information about the latex3-commits
mailing list.