mirror of https://gitlab.com/basile.b/dexed.git
typo
This commit is contained in:
parent
2667b67438
commit
2ffcf53860
|
@ -145,7 +145,7 @@ begin
|
|||
try
|
||||
dir := itm.libFile;
|
||||
if itm.libFile[length(dir)] = DirectorySeparator then
|
||||
dir := dir[1..length(dir)-1]
|
||||
dir := dir[1..length(dir)-1];
|
||||
listFiles(lst, dir);
|
||||
for j:= 0 to lst.Count-1 do
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue