diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 11:41:37 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 11:41:37 +0000 |
commit | 6a0e54b8afe74fa908d03efca78224f7982b8305 (patch) | |
tree | 6085a69f213ba22ff67aa08c4ee39d7b304f74d4 /ace | |
parent | fb7e3c556569bab1193fe716b15ca11f1cbd5c01 (diff) | |
download | ATCD-6a0e54b8afe74fa908d03efca78224f7982b8305.tar.gz |
ChangeLogTag: Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/OS.i | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |