changeset 103868:b2b6dc6a2417

(stat): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Jul 2009 20:31:27 +0000
parents c070113047fe
children d77061bfad43
files src/w32.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32.c	Sat Jul 11 20:06:30 2009 +0000
+++ b/src/w32.c	Sat Jul 11 20:31:27 2009 +0000
@@ -3381,7 +3381,7 @@
     }
 
   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))