mirror of https://gitlab.com/basile.b/dexed.git
fix av
This commit is contained in:
parent
0d9be0dd80
commit
81c966b451
|
@ -444,6 +444,8 @@ begin
|
|||
{$ENDIF}
|
||||
for i := 0 to aRoot.Count-1 do
|
||||
begin
|
||||
if aRoot.Items[i].Data = nil then
|
||||
continue;
|
||||
str := PString(aRoot.Items[i].Data)^;
|
||||
if SameText(LeftStr(aPath, length(str)), str) then
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue