From: Eli Zaretskii Date: Fri, 9 May 2008 19:09:33 +0000 (+0000) Subject: (stat): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~5665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a85f0c2f09bdf356640820ed228897520d6204b;p=emacs.git (stat): Fix last change. --- diff --git a/src/w32.c b/src/w32.c index 8dc61620c02..5667f99de49 100644 --- a/src/w32.c +++ b/src/w32.c @@ -2899,7 +2899,7 @@ stat (const char * path, struct stat * buf) if (!(NILP (Vw32_get_true_file_attributes) || (EQ (Vw32_get_true_file_attributes, Qlocal) && - GetDriveType (name) != DRIVE_FIXED))) + GetDriveType (name) != DRIVE_FIXED)) /* No access rights required to get info. */ && (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING, FILE_FLAG_BACKUP_SEMANTICS, NULL))