projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64fbeb1
)
(stat): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Jul 2009 20:31:27 +0000
(20:31 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Jul 2009 20:31:27 +0000
(20:31 +0000)
src/w32.c
patch
|
blob
|
history
diff --git
a/src/w32.c
b/src/w32.c
index 7a414dd6bdc8858d96279b41db6d96f7659deeed..e8b7abc082ee2dd029cb22fdd087da73533c03cc 100644
(file)
--- 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))