* Changed sharing mode

git-svn-id: trunk@24805 -
This commit is contained in:
michael 2013-06-04 15:48:42 +00:00
parent 7e5af23ace
commit 6411d31787

View File

@ -1605,7 +1605,7 @@ Begin
if Assigned(FOnOpenInputStream) then
FOnOpenInputStream(Self, FZipStream);
if FZipStream = nil then
FZipStream:=TFileStream.Create(FFileName,fmOpenRead);
FZipStream:=TFileStream.Create(FFileName,fmOpenRead or fmShareDenyWrite);
End;