diff options
| author | Eli Zaretskii | 2008-05-09 19:09:33 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-05-09 19:09:33 +0000 |
| commit | 2a85f0c2f09bdf356640820ed228897520d6204b (patch) | |
| tree | 38e221d61f1fd7309935936f37027312a3697228 /src | |
| parent | 8aaaec6b622da9620c85862a7cb717d4aee2276f (diff) | |
| download | emacs-2a85f0c2f09bdf356640820ed228897520d6204b.tar.gz emacs-2a85f0c2f09bdf356640820ed228897520d6204b.zip | |
(stat): Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2899,7 +2899,7 @@ stat (const char * path, struct stat * buf) | |||
| 2899 | 2899 | ||
| 2900 | if (!(NILP (Vw32_get_true_file_attributes) | 2900 | if (!(NILP (Vw32_get_true_file_attributes) |
| 2901 | || (EQ (Vw32_get_true_file_attributes, Qlocal) && | 2901 | || (EQ (Vw32_get_true_file_attributes, Qlocal) && |
| 2902 | GetDriveType (name) != DRIVE_FIXED))) | 2902 | GetDriveType (name) != DRIVE_FIXED)) |
| 2903 | /* No access rights required to get info. */ | 2903 | /* No access rights required to get info. */ |
| 2904 | && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING, | 2904 | && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING, |
| 2905 | FILE_FLAG_BACKUP_SEMANTICS, NULL)) | 2905 | FILE_FLAG_BACKUP_SEMANTICS, NULL)) |