parent
ab1bb9bddc
commit
8c69761acc
|
|
@ -1712,6 +1712,8 @@ type TTsfFileParser = class //
|
||||||
for v,vv in r do
|
for v,vv in r do
|
||||||
begin
|
begin
|
||||||
if v=m then continue;
|
if v=m then continue;
|
||||||
|
//echo FFilePaths;
|
||||||
|
if FFilePaths and not(FFilePaths[v]) then continue; //ÒѾÅųý
|
||||||
wd := vv["functions"][0];
|
wd := vv["functions"][0];
|
||||||
if wd and ifarray(wd) and (wd0:=wd[0]) and wd0 and (v=lowercase(wd0)+vv["nspace"]+".tsf") then //
|
if wd and ifarray(wd) and (wd0:=wd[0]) and wd0 and (v=lowercase(wd0)+vv["nspace"]+".tsf") then //
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue