summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-07-11 20:31:27 +0000
committerEli Zaretskii <eliz@gnu.org>2009-07-11 20:31:27 +0000
commit19ced600babf08a9424236326d5d48457ed7574b (patch)
tree1dc711df17a3361aa51cb04e70a495e348a84ab1 /src/w32.c
parent64fbeb16277caedf05d20694a7b88a2c10870796 (diff)
downloademacs-19ced600babf08a9424236326d5d48457ed7574b.tar.gz
(stat): 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 7a414dd6bdc..e8b7abc082e 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -3381,7 +3381,7 @@ stat (const char * path, struct stat * buf)
}
if (!(NILP (Vw32_get_true_file_attributes)
- || (EQ (Vw32_get_true_file_attributes, Qlocal) && !is_slow_fs (name)))
+ || (EQ (Vw32_get_true_file_attributes, Qlocal) && is_slow_fs (name)))
/* No access rights required to get info. */
&& (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,
FILE_FLAG_BACKUP_SEMANTICS, NULL))