mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
easier diff tpl mask
This commit is contained in:
parent
5700a2edd6
commit
6b2a852ca5
2
main.pas
2
main.pas
@ -2800,7 +2800,7 @@ var
|
|||||||
begin
|
begin
|
||||||
result:=TstringList.create;
|
result:=TstringList.create;
|
||||||
result.CaseSensitive:=FALSE;
|
result.CaseSensitive:=FALSE;
|
||||||
if findFirst(exePath+'hfs.diff.*.tpl', faAnyFile, sr) = 0 then
|
if findFirst(exePath+'*.diff.tpl', faAnyFile, sr) = 0 then
|
||||||
try
|
try
|
||||||
repeat result.add(sr.name)
|
repeat result.add(sr.name)
|
||||||
until findNext(sr) <> 0;
|
until findNext(sr) <> 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user