소스 검색

* Fix bug #31587

git-svn-id: trunk@35644 -
michael 8 년 전
부모
커밋
3148129d6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-json/src/jsonconf.pp

+ 1 - 1
packages/fcl-json/src/jsonconf.pp

@@ -724,7 +724,7 @@ Var
   F : TFileStream;
 
 begin
-  F:=TFileStream.Create(AFileName,fmopenRead);
+  F:=TFileStream.Create(AFileName,fmopenRead or fmShareDenyWrite);
   try
     LoadFromStream(F);
   finally