1
0
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:
Eli Zaretskii 2009-07-11 20:31:27 +00:00
parent 64fbeb1627
commit 19ced600ba

View File

@ -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))