diff --git a/UApp.pas b/UApp.pas index a73d0e3..4662fa8 100644 --- a/UApp.pas +++ b/UApp.pas @@ -137,7 +137,10 @@ begin for lineFilter in FLineFilters do begin if lineFilter.Matches(line, groupRanges) then + begin WriteContent(line, lineFilter.Filters, groupRanges); + Break; + end; end; end;