diff options
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/lib/texmfmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c index 4f863a5e33a..319c2f664f3 100644 --- a/Build/source/texk/web2c/lib/texmfmp.c +++ b/Build/source/texk/web2c/lib/texmfmp.c @@ -1386,7 +1386,7 @@ int fsyscp_stat(const char *path, struct stat *buffer) { 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); |