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}
|
{$ENDIF}
|
||||||
for i := 0 to aRoot.Count-1 do
|
for i := 0 to aRoot.Count-1 do
|
||||||
begin
|
begin
|
||||||
|
if aRoot.Items[i].Data = nil then
|
||||||
|
continue;
|
||||||
str := PString(aRoot.Items[i].Data)^;
|
str := PString(aRoot.Items[i].Data)^;
|
||||||
if SameText(LeftStr(aPath, length(str)), str) then
|
if SameText(LeftStr(aPath, length(str)), str) then
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue