summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-04-10 10:44:51 +0000
committerJason Rumney <jasonr@gnu.org>2008-04-10 10:44:51 +0000
commitbd73563158de9b663c701735c96db760c0ed20c4 (patch)
tree529392d65654812c0dabb74b8909c26afe840f78 /src/w32.c
parent2fa4f0908a61d12a697265793b28fd26cf2e0e9f (diff)
downloademacs-bd73563158de9b663c701735c96db760c0ed20c4.tar.gz
Fix last change.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index bc26d75e78e..894160a275d 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -2492,7 +2492,7 @@ stat (const char * path, struct stat * buf)
}
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,