mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 23:59:10 +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
|
if Assigned(FOnOpenInputStream) then
|
||||||
FOnOpenInputStream(Self, FZipStream);
|
FOnOpenInputStream(Self, FZipStream);
|
||||||
if FZipStream = nil then
|
if FZipStream = nil then
|
||||||
FZipStream:=TFileStream.Create(FFileName,fmOpenRead);
|
FZipStream:=TFileStream.Create(FFileName,fmOpenRead or fmShareDenyWrite);
|
||||||
End;
|
End;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user