# HG changeset patch # User Eli Zaretskii # Date 1247344287 0 # Node ID b2b6dc6a2417d892e93d4943d1c55b8c2ad865ac # Parent c070113047fe904f81c5c84ec0ddf99dd8768eea (stat): Fix last change. diff -r c070113047fe -r b2b6dc6a2417 src/w32.c --- 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))