aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 1667b60628c..d33cc57c2bb 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1720,6 +1720,7 @@ duplicates what `expand-file-name' does.")
1720#else /* not WINDOWSNT */ 1720#else /* not WINDOWSNT */
1721 || p[0] == '/' 1721 || p[0] == '/'
1722#endif /* not WINDOWSNT */ 1722#endif /* not WINDOWSNT */
1723#endif /* not APOLLO */
1723 ) 1724 )
1724 && p != nm && IS_DIRECTORY_SEP (p[-1])) 1725 && p != nm && IS_DIRECTORY_SEP (p[-1]))
1725 xnm = p; 1726 xnm = p;