mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
parent
cfa5a354cb
commit
3148129d6f
@ -724,7 +724,7 @@ Var
|
||||
F : TFileStream;
|
||||
|
||||
begin
|
||||
F:=TFileStream.Create(AFileName,fmopenRead);
|
||||
F:=TFileStream.Create(AFileName,fmopenRead or fmShareDenyWrite);
|
||||
try
|
||||
LoadFromStream(F);
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user