mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
FindDiskFilename: fixed case when there are three different times the same filename in a directory
git-svn-id: trunk@17636 -
This commit is contained in:
parent
901310d366
commit
192fccaf68
@ -678,7 +678,6 @@ begin
|
||||
end else begin
|
||||
// there are more than one candidate
|
||||
Ambiguous:=true;
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
@ -1611,7 +1611,6 @@ begin
|
||||
end else begin
|
||||
// there are more than one candidate
|
||||
Ambiguous:=true;
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user