소스 검색

* TRelObjInput.ReadObjData: return success, if file was read correctly

git-svn-id: trunk@45557 -
nickysn 5 년 전
부모
커밋
3e2cf16d1f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/ogrel.pas

+ 1 - 0
compiler/ogrel.pas

@@ -910,6 +910,7 @@ implementation
                 end;
               end;
           end;
+        result:=true;
       end;
 
     class function TRelObjInput.CanReadObjData(AReader: TObjectreader): boolean;