diff --git a/src/ce_common.pas b/src/ce_common.pas index 2c8f0596..a29fa404 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -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