mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* Changed sharing mode
git-svn-id: trunk@24805 -
This commit is contained in:
parent
7e5af23ace
commit
6411d31787
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user