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