mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 11:40:35 +01:00
POChecker: restored ability to report duplicate entries (was broken for several years and nobody noticed)
git-svn-id: trunk@57145 -
This commit is contained in:
parent
768142c2d9
commit
d6eb226fad
@ -736,7 +736,7 @@ begin
|
||||
if Assigned(PoItem) then
|
||||
begin
|
||||
CurHash := FMaster.OriginalList.List[i]^.HashValue ;
|
||||
if ((PoItem.Tag and tgHasDup) = tgHasDup) then
|
||||
if PoItem.Duplicate = true then
|
||||
begin
|
||||
if (WarningCount = 0) then
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user