This commit is contained in:
Basile Burg 2015-01-28 09:43:24 +01:00
parent 2667b67438
commit 2ffcf53860
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ begin
try try
dir := itm.libFile; dir := itm.libFile;
if itm.libFile[length(dir)] = DirectorySeparator then if itm.libFile[length(dir)] = DirectorySeparator then
dir := dir[1..length(dir)-1] dir := dir[1..length(dir)-1];
listFiles(lst, dir); listFiles(lst, dir);
for j:= 0 to lst.Count-1 do for j:= 0 to lst.Count-1 do
begin begin