浏览代码

* 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;