From 6a0e54b8afe74fa908d03efca78224f7982b8305 Mon Sep 17 00:00:00 2001 From: mk1 Date: Tue, 28 Mar 2000 11:41:37 +0000 Subject: ChangeLogTag: Tue Mar 28 06:00:00 2000 Michael Kircher --- ace/OS.i | 2 -- 1 file changed, 2 deletions(-) diff --git a/ace/OS.i b/ace/OS.i index 3521cffa281..5daa5d14250 100644 --- a/ace/OS.i +++ b/ace/OS.i @@ -11802,8 +11802,6 @@ ACE_OS::stat (const wchar_t *file, struct stat *stp) stp->st_size = fdata.nFileSizeLow; stp->st_atime = ACE_Time_Value (fdata.ftLastAccessTime); stp->st_mtime = ACE_Time_Value (fdata.ftLastWriteTime); - if (fdata.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) - stp->st_mode &= !S_IFREG; } return 0; # elif defined (__BORLANDC__) && (__BORLANDC__ <= 0x540) -- cgit v1.2.1