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:
mattias 2008-11-30 23:29:59 +00:00
parent 901310d366
commit 192fccaf68
2 changed files with 0 additions and 2 deletions

View File

@ -678,7 +678,6 @@ begin
end else begin
// there are more than one candidate
Ambiguous:=true;
break;
end;
end;
end;

View File

@ -1611,7 +1611,6 @@ begin
end else begin
// there are more than one candidate
Ambiguous:=true;
break;
end;
end;
end;