mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 23:22:28 +02:00
Packager: Reset the count of online links. Issue #32714, patch from Balázs.
git-svn-id: trunk@56456 -
This commit is contained in:
parent
48d01d2d28
commit
691aefec4a
@ -300,6 +300,7 @@ begin
|
||||
FCountLPKInvalid:=0;
|
||||
FCountGlobalLinks:=0;
|
||||
FCountUserLinks:=0;
|
||||
FCountOnlineLinks:=0;
|
||||
Node:=FLinks.FindLowest;
|
||||
FilterCase:=FilterEdit.Text;
|
||||
FilterLo:=UTF8LowerCase(FilterCase);
|
||||
|
Loading…
Reference in New Issue
Block a user