Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
19ced600
Commit
19ced600
authored
Jul 11, 2009
by
Eli Zaretskii
Browse files
(stat): Fix last change.
parent
64fbeb16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/w32.c
src/w32.c
+1
-1
No files found.
src/w32.c
View file @
19ced600
...
@@ -3381,7 +3381,7 @@ stat (const char * path, struct stat * buf)
...
@@ -3381,7 +3381,7 @@ stat (const char * path, struct stat * buf)
}
}
if (!(NILP (Vw32_get_true_file_attributes)
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. */
/* No access rights required to get info. */
&& (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,
&& (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,
FILE_FLAG_BACKUP_SEMANTICS, NULL))
FILE_FLAG_BACKUP_SEMANTICS, NULL))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment