fix superfluous dirSeparator

This commit is contained in:
Basile Burg 2014-08-09 23:23:43 +02:00
parent 3f1d583490
commit 7f80dea641
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ var
procedure tryAdd;
begin
if sr.Attr and faDirectory <> faDirectory then
aList.Add(aPath + directorySeparator + sr.Name);
aList.Add(aPath + sr.Name);
end;
begin
if findFirst(aPath + directorySeparator + '*', faAnyFile, sr) = 0 then