Re: [Try 5] msvcrt: Set permissions of file in sopen
Oct. 23, 2008
3:27 a.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.
6363
Age (days ago)
6363
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov