소스 검색

reverted the link object search change

git-svn-id: trunk@24727 -
Károly Balogh 12 년 전
부모
커밋
a11c113429
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/link.pas

+ 2 - 2
compiler/link.pas

@@ -210,8 +210,8 @@ Implementation
          begin
            if FileExists(FixFileName(s),false) then
             begin
-              findobjectfile:=ScriptFixFileName(s);
-              exit;
+              foundfile:=ScriptFixFileName(s);
+              found:=true;
             end;
          end;
         if pos('.',s)=0 then