From a11c1134297da43d0ce42a4c091a121848ffa72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sat, 1 Jun 2013 15:35:59 +0000 Subject: [PATCH] reverted the link object search change git-svn-id: trunk@24727 - --- compiler/link.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/link.pas b/compiler/link.pas index a35379f7d8..2972a2dcd9 100644 --- a/compiler/link.pas +++ b/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