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:
maxim 2018-01-24 23:59:59 +00:00
parent 768142c2d9
commit d6eb226fad

View File

@ -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