summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/variable.c')
-rw-r--r--Build/source/texk/kpathsea/variable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/variable.c b/Build/source/texk/kpathsea/variable.c
index f2072441ab8..e19083de110 100644
--- a/Build/source/texk/kpathsea/variable.c
+++ b/Build/source/texk/kpathsea/variable.c
@@ -1,6 +1,6 @@
/* variable.c: variable expansion.
- Copyright 1993, 1994, 1995, 1996, 2008, 2009, 2011, 2012 Karl Berry.
+ Copyright 1993, 1994, 1995, 1996, 2008, 2009, 2011, 2012, 2016 Karl Berry.
Copyright 1997, 1999, 2001, 2002, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -222,7 +222,7 @@ kpathsea_var_expand (kpathsea kpse, const_string src)
while (*var_end && !IS_VAR_END_DELIMITER (*var_end)) {
#if defined(WIN32)
- if (IS_KANJI(var_end))
+ if (kpathsea_IS_KANJI(kpse, var_end))
var_end++;
#endif
var_end++;