Mercurial > emacs
changeset 88048:7c4da276fe17
(stat): Don't do a double check for networked drive.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 28 Jan 2008 17:44:11 +0000 |
parents | c3209403990d |
children | 3f51de0dbaee |
files | src/w32.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32.c Mon Jan 28 13:58:19 2008 +0000 +++ b/src/w32.c Mon Jan 28 17:44:11 2008 +0000 @@ -2592,8 +2592,7 @@ } else { - if (IS_DIRECTORY_SEP (name[0]) && IS_DIRECTORY_SEP (name[1])) - logon_network_drive (name); + logon_network_drive (name); fh = FindFirstFile (name, &wfd); if (fh == INVALID_HANDLE_VALUE)