diff options
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index aef7a01e0a3..50abfd8988b 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1420,7 +1420,7 @@ See also the function `substitute-in-file-name'.") | |||
| 1420 | #ifndef VMS | 1420 | #ifndef VMS |
| 1421 | if (nm[0] == 0 || IS_DIRECTORY_SEP (nm[0])) | 1421 | if (nm[0] == 0 || IS_DIRECTORY_SEP (nm[0])) |
| 1422 | { | 1422 | { |
| 1423 | #ifdef WINDOWSNT | 1423 | #ifdef DOS_NT |
| 1424 | /* If newdir is effectively "C:/", then the drive letter will have | 1424 | /* If newdir is effectively "C:/", then the drive letter will have |
| 1425 | been stripped and newdir will be "/". Concatenating with an | 1425 | been stripped and newdir will be "/". Concatenating with an |
| 1426 | absolute directory in nm produces "//", which will then be | 1426 | absolute directory in nm produces "//", which will then be |