* forgotten part of r13514

git-svn-id: trunk@13522 -
This commit is contained in:
florian 2009-08-12 18:42:09 +00:00
parent e9b5bcc155
commit 65690b9eee

View File

@ -235,7 +235,7 @@ begin
shflags := file_Share_Write
else
if ((filemode and fmshareDenyNone) = fmshareDenyNone) then
shflags := file_Share_Read + file_Share_Write;
shflags := fmShareDenyNoneFlags;
{ convert filemode to filerec modes }
case (flags and 3) of
0 : begin