[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct file quoting with spaces (e0be5e82c)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Sep 2 15:53:15 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/e0be5e82cd36ab6f45942c65990d9a3ffb36f5f2

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

commit e0be5e82cd36ab6f45942c65990d9a3ffb36f5f2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Sep 2 14:53:15 2019 +0100

    Correct file quoting with spaces


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

e0be5e82cd36ab6f45942c65990d9a3ffb36f5f2
 l3kernel/l3file.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 1a78fbf1f..13be876ce 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -2369,8 +2369,8 @@
 \cs_new:Npn \__kernel_file_name_quote_auxiii:nw #1 #2 ~ #3 \q_stop
   {
     \quark_if_nil:nTF {#3}
-      { #2 }
-      { "#2"}
+      { #1 }
+      { "#1" }
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list