git-svn-id: trunk@19795 -
This commit is contained in:
michael 2011-12-10 13:32:17 +00:00
parent 631528a08b
commit 3e3852a489

View File

@ -521,7 +521,7 @@ begin
Inc(I);
end;
// search in BaseDirectory
if BaseDirectory<>'' then
if (Result=Nil) and (BaseDirectory<>'') then
begin
FN:=SearchLowUpCase(BaseDirectory+AName);
try