summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/readable.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/readable.c')
-rw-r--r--Build/source/texk/kpathsea/readable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/readable.c b/Build/source/texk/kpathsea/readable.c
index 182a5e69a16..919bfaa0208 100644
--- a/Build/source/texk/kpathsea/readable.c
+++ b/Build/source/texk/kpathsea/readable.c
@@ -51,7 +51,8 @@ READABLE(kpathsea kpse, const_string fn, unsigned int st)
Windows, if it really exists and input name is given in
full-absolute path in a command line.
/../, /./, \..\, \.\ should be excluded (2020/06/06)
- More than one directory separators should be excluded. (2020/10/24)
+ More than one adjacent directory separators should be
+ excluded. (2020/10/24)
*/
p = strstr(fn, ".\\");
if (!p) {