Re: [Try 5] msvcrt: Set permissions of file in sopen
22 Oct
2008
22 Oct
'08
10:27 p.m.
"Ivan Peevski" <cyberhorse(a)gmail.com> wrote:
+ if (pmode & (MSVCRT__S_IREAD & !MSVCRT__S_IWRITE)) + attrib |= FILE_ATTRIBUTE_READONLY;
The pmode flags test doesn't look right. Also the 'attrib |= ' line has a trailing space. -- Dmitry.
6349
Age (days ago)
6349
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov