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
|
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
|
||||||
|
|
Loading…
Reference in New Issue