From 2a85f0c2f09bdf356640820ed228897520d6204b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 9 May 2008 19:09:33 +0000 Subject: [PATCH] (stat): Fix last change. --- src/w32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5