Преглед на файлове

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