mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(stat): Fix last change.
This commit is contained in:
parent
64fbeb1627
commit
19ced600ba
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user