aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 13c99bee109..0db8ed793b3 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1307,6 +1307,8 @@ the root directory. */)
1307 newdir = SSDATA (hdir); 1307 newdir = SSDATA (hdir);
1308 newdirlim = newdir + SBYTES (hdir); 1308 newdirlim = newdir + SBYTES (hdir);
1309 } 1309 }
1310 else if (!multibyte && STRING_MULTIBYTE (tem))
1311 multibyte = 1;
1310#ifdef DOS_NT 1312#ifdef DOS_NT
1311 collapse_newdir = false; 1313 collapse_newdir = false;
1312#endif 1314#endif