[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a var name (1c51217)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jan 16 14:43:17 CET 2019


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

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

commit 1c51217ee646653f4e1c417ae99882a27e0786ec
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jan 16 13:43:17 2019 +0000

    Correct a var name


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

1c51217ee646653f4e1c417ae99882a27e0786ec
 l3kernel/l3file.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index fc1ad1a..8523b47 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -2182,7 +2182,7 @@
 \cs_new_protected:Npn \file_get:nnN #1#2#3
   {
     \file_get_full_name:nN {#1} \l_@@_full_name_str
-    \str_if_empty:NTF \l_@@_file_name_str
+    \str_if_empty:NTF \l_@@_full_name_str
       { \__kernel_file_missing:n {#1} }
       {
         \exp_args:NV \@@_set_from:nNn





More information about the latex3-commits mailing list