aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 9bb1a10f229..a05dbd5f221 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1922,7 +1922,7 @@ duplicates what `expand-file-name' does.")
1922 || IS_DIRECTORY_SEP (p[0]) 1922 || IS_DIRECTORY_SEP (p[0])
1923#endif /* not (APOLLO || WINDOWSNT) */ 1923#endif /* not (APOLLO || WINDOWSNT) */
1924 ) 1924 )
1925 && p != nm && IS_DIRECTORY_SEP (p[-1])) 1925 && p != xnm && IS_DIRECTORY_SEP (p[-1]))
1926 xnm = p; 1926 xnm = p;
1927#ifdef DOS_NT 1927#ifdef DOS_NT
1928 else if (IS_DRIVE (p[0]) && p[1] == ':' 1928 else if (IS_DRIVE (p[0]) && p[1] == ':'