diff options
| author | Eli Zaretskii | 2009-07-11 20:31:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-07-11 20:31:27 +0000 |
| commit | 19ced600babf08a9424236326d5d48457ed7574b (patch) | |
| tree | 1dc711df17a3361aa51cb04e70a495e348a84ab1 /src | |
| parent | 64fbeb16277caedf05d20694a7b88a2c10870796 (diff) | |
| download | emacs-19ced600babf08a9424236326d5d48457ed7574b.tar.gz emacs-19ced600babf08a9424236326d5d48457ed7574b.zip | |
(stat): Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3381,7 +3381,7 @@ stat (const char * path, struct stat * buf) | |||
| 3381 | } | 3381 | } |
| 3382 | 3382 | ||
| 3383 | if (!(NILP (Vw32_get_true_file_attributes) | 3383 | if (!(NILP (Vw32_get_true_file_attributes) |
| 3384 | || (EQ (Vw32_get_true_file_attributes, Qlocal) && !is_slow_fs (name))) | 3384 | || (EQ (Vw32_get_true_file_attributes, Qlocal) && is_slow_fs (name))) |
| 3385 | /* No access rights required to get info. */ | 3385 | /* No access rights required to get info. */ |
| 3386 | && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING, | 3386 | && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING, |
| 3387 | FILE_FLAG_BACKUP_SEMANTICS, NULL)) | 3387 | FILE_FLAG_BACKUP_SEMANTICS, NULL)) |