Browse Source

* return true if TOmfObjInput.ReadObjData is successful

git-svn-id: trunk@31336 -
nickysn 10 years ago
parent
commit
9ff0057a94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/ogomf.pas

+ 1 - 0
compiler/ogomf.pas

@@ -1412,6 +1412,7 @@ implementation
               end;
           end;
         until FRawRecord.RecordType in [RT_MODEND,RT_MODEND32];
+        result:=true;
       end;
 
 {****************************************************************************