mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 00:29:28 +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
|
end else begin
|
||||||
// there are more than one candidate
|
// there are more than one candidate
|
||||||
Ambiguous:=true;
|
Ambiguous:=true;
|
||||||
break;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
@ -1611,7 +1611,6 @@ begin
|
|||||||
end else begin
|
end else begin
|
||||||
// there are more than one candidate
|
// there are more than one candidate
|
||||||
Ambiguous:=true;
|
Ambiguous:=true;
|
||||||
break;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user