easier diff tpl mask

This commit is contained in:
Massimo Melina 2020-05-13 11:01:02 +02:00
parent 5700a2edd6
commit 6b2a852ca5

View File

@ -2800,7 +2800,7 @@ var
begin
result:=TstringList.create;
result.CaseSensitive:=FALSE;
if findFirst(exePath+'hfs.diff.*.tpl', faAnyFile, sr) = 0 then
if findFirst(exePath+'*.diff.tpl', faAnyFile, sr) = 0 then
try
repeat result.add(sr.name)
until findNext(sr) <> 0;