texlive[47875] Build/source/texk/web2c/lib/texmfmp.c: hide an

commits+kakuto at tug.org commits+kakuto at tug.org
Wed May 30 06:13:25 CEST 2018


Revision: 47875
          http://tug.org/svn/texlive?view=revision&revision=47875
Author:   kakuto
Date:     2018-05-30 06:13:25 +0200 (Wed, 30 May 2018)
Log Message:
-----------
hide an internal variable (w32 only)

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/lib/texmfmp.c

Modified: trunk/Build/source/texk/web2c/lib/texmfmp.c
===================================================================
--- trunk/Build/source/texk/web2c/lib/texmfmp.c	2018-05-30 01:33:07 UTC (rev 47874)
+++ trunk/Build/source/texk/web2c/lib/texmfmp.c	2018-05-30 04:13:25 UTC (rev 47875)
@@ -1386,7 +1386,7 @@
 {
   wchar_t *wpath;
   int     ret;
-  wpath = get_wstring_from_mbstring(kpse_def->File_system_codepage,
+  wpath = get_wstring_from_mbstring(file_system_codepage,
           path, wpath = NULL);
   ret = _wstat(wpath, buffer);
   free(wpath);



More information about the tex-live-commits mailing list