Mercurial > emacs
changeset 80486:484a558118e3
Fix last change.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 10 Apr 2008 10:44:01 +0000 |
parents | f1f27e9c15d7 |
children | b401fc62b3a1 |
files | src/w32.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32.c Thu Apr 10 10:42:54 2008 +0000 +++ b/src/w32.c Thu Apr 10 10:44:01 2008 +0000 @@ -2492,7 +2492,7 @@ } if (!NILP (Vw32_get_true_file_attributes) - && !(EQ (vw32_get_true_file_attributes, Qlocal) && + && !(EQ (Vw32_get_true_file_attributes, Qlocal) && GetDriveType (name) == DRIVE_FIXED) /* No access rights required to get info. */ && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,