Ver código fonte

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

git-svn-id: trunk@45557 -
nickysn 5 anos atrás
pai
commit
3e2cf16d1f
1 arquivos alterados com 1 adições e 0 exclusões
  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;