Fix for bug report #39661

This commit is contained in:
Pierre Muller 2022-04-11 09:24:41 +00:00 committed by FPK
parent 4c5fc2f958
commit 379c1414a7

View File

@ -173,7 +173,7 @@ implementation
if length(FId)>maxidlen then
SetLength(FId,maxidlen);
{$endif}
FHash:=FPHash(s);
FHash:=FPHash(FId);
end;